pwd
command (Print Working Directory). To change your current working directory, use the cd
command.Info Note that if you start a path with a single leading slash in Windows, it will be an absolute path using the drive letter of the current working directory.
\\\\
which will properly escape to \\
\\webdev01
as that is not a true directory. You always need to access a specific share like \\webdev01/webroot
.box
process was started with. There's no way to specify a user, so if you need to use a custom user, you'll need to run native NET USE
command from the CLI first to change how it is authenticating. Unfortunately, this is a limitation of how Java accesses UNC paths so CommandBox has little control over it.