 | CurrentDir | | Sets the working directory |  | Syntax: | | --CurrentDir <directory> |  | | -cd<directory> |  | Description: | | Sets the working directory; paths to directories and files are then interpreted relative to this directory. The value of this switch is itself evaluated to the current directory either set with previous --CurrentDir switch or the original current Dir, which is the current directory of the process. For example, when a file is dropped on batch file's icon the batch file is run in the current user's home directory.
|  | Example: | | p7mTool --CurrentDir %p7mToolDir% |
|  | See also: | | Switches: InputFile, Switches: FileList, Switches: CommandFile, Switches: EncryptTo, Switches: SignWith |
|  |