home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / MADTRB32.ZIP / ARCIT11.DOC < prev    next >
Encoding:
Text File  |  1986-02-02  |  3.8 KB  |  78 lines

  1.                                ARCIT
  2.  
  3.   ARCIT is a batch file that, when invoked properly, will convert ANY LBR
  4.   or LQR type files into ARC type files. It also will unsqueeze any squeezed
  5.   files in the library, or even remove programs from SUB-Libraries. Here's
  6.   all you have to do to use this versatile batch program.
  7.  
  8.      First, E)xtract all the files from the ARCIT.ARC file.
  9.      Use this command :  ARC E ARCIT *.*
  10.  
  11.      Then creat a DOS directory (or sub-directory) called TEMP.
  12.      Use this command :  MD TEMP
  13.  
  14.      Now, to use the ARCIT program, enter the following commands:
  15.  
  16.        DIR *.L?R
  17.                  Machine responds with ALL Library files, squeezed or not.
  18.        ARCIT %FILE1% %FILE2% %FILE3%
  19.            Where %file% is the first name of the L?R files, in other
  20.            words, don't type the LBR or LQR extensions.
  21.  
  22.          ARCIT can ARC as many programs at one time as you can put on the
  23.          DOS command line (usually about 15-20 at once).
  24.  
  25.      After that, leave the machine alone for a while, and when you come back
  26.        all the L?R files will be ARC files. (If you want to watch the machine
  27.        it's ok, but it's REALLY BORING! And Takes a long time)
  28.  
  29.    Happy ARCITing!
  30.  
  31.                       Jeff Strickler, Author, ARCIT
  32.  
  33. -----------------------------------------------------------------------------
  34.  2-2-1986      Modifications by Karson Morrison Caleb Computing Service
  35.                                 RD 1 Box 531  Ringoes NJ.
  36.                                 08551    201-788-1846
  37.  
  38.     I plan on setting up a directory and leaving it permanent on my
  39.     Hard Disk to always do the ARCing from.  I have a directory string
  40.     of C:\ARCIT.  I have modified the batch file that Jeff created by
  41.     creating the directory TEMP as the first thing of the batch program.
  42.     I also delete it as the last thing of the batch.  In trying to make 
  43.     the batch process work that Jeff created, I found a problem - He had
  44.     created a BASIC program to execute under the conditions that within
  45.     a squeezed library (*.LQR), if the *.LBR file had a different name,
  46.     then the basic program executed, read the directory and created a batch
  47.     file MAKEUN.BAT which would do a LU A XXXXX.LBR.  The problem was
  48.     that a batch program cannot execute from within a batch program
  49.     unless you issue a second copy of the command interpreter, which was
  50.     not done.  An additional problem was the program would only work if
  51.     the file name was 8 characters in length and if there was no numbers
  52.     within the file name (0..9).
  53.  
  54.     I have written a TURBO PASCAL program to do what he tried
  55.     to do, and have modified the batch file accordingly.  A test is also
  56.     in the ARCIT11.ARC file.  Extract all the files and place the *.COM 
  57.     and *.EXE files in your root directory or within your path stream.
  58.     Place the ARCIT.BAT within your path stream.  The only thing that
  59.     should be in the current directory is the file TEST.LQR.
  60.  
  61.     Run    ARCIT TEST
  62.        When it is completed you should have in your current directory
  63.        a file called TEST.ARC.
  64.  
  65.     Jeff shows above how you would normally run ARCIT.  
  66.  
  67.     I also made a change to the ARCIT.BAT file by including a program
  68.     called KEY-FAKE.  This program was written in PCMagazine December 24,
  69.     1985.  It places keys into the keyboard stack.
  70.  
  71.     The doc for KEY-FAKE is place the characters you want in double quotes 
  72.     and use the ASCII number for those which won't go into quotes. (i.e. CR)
  73.     (For CR use 13).  KEY-FAKE "Y" 13 to cause a reply of Y <CR> to a question
  74.     from dos.
  75.  
  76.     Happy Computing                                          Numbers 13:30
  77.     Karson W. Morrison                                    King James Bible
  78.