@ echo off echo ************************************************************************** echo THIS BATCH FILE USES ARJ.EXE TO DECRYPT A USER PROVIDED (LOW LEVEL) echo ENCRYPTED ARCHIVE FILE IN THE *.ARJ FILE FORMAT AND TO EXTRACT FROM echo THAT *.ARJ ARCHIVE ALL OF THE ARCHIVED FILES. (ARJ.EXE MUST BE IN echo THE DOS PATH.) THE USER MUST SUPPLY 2 COMMAND LINE ARGUMENTS WHEN echo EXECUTING THIS BATCH FILE AT THE DOS COMMAND LINE: arjfilename password . echo ************************************************************************** echo "arjfilename" is the DOS filename for the User provided (low level) echo encypted *.ARJ archive file without the ".ARJ" extension which is assumed. echo The User provided *.ARJ file for decryption and file extraction should be echo in the current subdirectory or a full DOS path to the file is required. echo Files will be extracted into the current subdirectory. echo "password" is the identical sequence of permitted DOS filename symbols echo which was used as the "password" symbol sequence when the low level echo encrypted *.ARJ archive file was created. echo ************************************************************************** arj e -g%2 %1