Wiki

Clone wiki

GhToGhx / CommandLine List Temp Folders

Home | Console | Batch Script | Commands | <<Prev | Next>>

Console Window

Pressing the command d (for dir) will immediately list all previously created temp folders by recursively traversing the folder structure specified when starting the Console Window.

If pressing "L" (log enabled) prior to any command a log file will be written to disk. These mode settings sticks, and in a similar manner verbosity (+) is sticky as well.

Fig 1. Here the lowercase key d (d for dir) was pressed when in verbose mode:

Console Window List Temp Folders.PNG

CommandLine

The command List Temp Folders has the syntax

.\GhToGhx.exe [filepath\] +dL

which lists all _ghx and _gzip folders in the filepath and its subfolders.

Fig 2. In this screenshot the command +dL (d for "dir") was executed in verbose mode. The prefixed plus + sign means "verbose" and the postfix option L means "write Log folder names to disk":

CommandLine List Temp Folders.PNG

The rich colors attempts to highlight the parts of the output text which is the main focus of the command.

Updated