Command Line

Only scan function is available from command line so far.

Command line syntax:

art/<command> <RGF-file>.rgf {-o|-a}[-b][-m:\\<remote machine>][-l:<logfile>]

<command>
s - Registry scan

<RGF-file> - is a file where registry scan will be saved, it must have RGF extension. This may be either a new file, or a file that contains some scans already

<Switches>
-o   if file (RGF) exists, overwrite
-à   if file (RGF) exists, add to the end of file.
-b   if file exists, create its backup (*.bak)
-m   scan registry of a remote machine named "remote machine".
-l   if any errors occur while executing the command, they are saved in file named "logfile"


[ Previous | Index| Next]