CrypC - A data encryption system written in C#
C# Console Version 7.0.x.xxxxx
Copyright (c) 1981-2007 by author: Harry J. Smith,
19628 Via Monte Dr., Saratoga, CA 95070.  All rights reserved.

Usage: CrypC [command-file-name-to-execute]

Help

ChDir=x or CD=x  => Change directory to x
ClearLog or CL   => Clear the log file
Decode or De     => Decode FileE to FileD using key
Encode or En     => Encode FileC to FileE using key
Equal or Eq      => Test for contents of FileC == to FileD
Equal12 or Eq12  => Test for contents of File1 == to File2
Execute or Ex    => Execute command file FileX
Exit or Q        => Exit/Quit the program
File1=x or F1=x  => Set Input file name of file1 for Equal12 command
File2=x or F2=x  => Set Input file name of file2 for Equal12 command
FileC=x or FC=x  => Set Input file name of clear file to be encrypted
FileD=x or FD=x  => Set Output file name of file to decrypt to
FileE=x or FE=x  => Set Output file name of file to encrypt to
FileK=x or FK=x  => Set Input file name of key file
FileL=x or FL=x  => Set Output file name of Log file
FileX=x or FX=x  => Set Input file name of eXecute command file
Help or He       => Show this Help
Init or In       => Initialize the program from the beginning
InitC or Ic      => Initialize the Continuation File Cry.con
Key=x            => Input a key = x
KeyF or KF       => Input a key from FileK
Log=0 or LF      => Turn Log screen to log file mode off (False)
Log=1 or LT      => Turn Log screen to log file mode on (True)
Quiet=0 or QF    => Turn quiet mode off (False)
Quiet=1 or QT    => Turn quiet mode on (True)
Restore or Re    => Restore the state of inputs from Save.txt
Save or Sa       => Save the state of inputs to Save.txt
State or St      => Show state of inputs
//               => Comment follows, can also be on a line after a command
