home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / POWERMAG / POWER02.MSA / ST_ZINE.SZ6_ARTICLE8.SZA < prev    next >
Encoding:
Text File  |  1989-04-04  |  4.5 KB  |  136 lines

  1. UtilCopy Manual     
  2.  
  3.  
  4.  
  5.  
  6.  
  7.          Instructions for The Ultimate RAMdisk Copy Program
  8.          July 27, 1986
  9.          File name ULTCPY.PRG or ULTICOPY.PRG
  10.  
  11.          Program and documentation copyright (c) 1986 by David
  12.          Duberman
  13.  
  14.          If you find this program useful and/or would like to receive
  15.          the source code, if for no other reason than to remove the
  16.          two annoying requests for a keypress, send a blank formatted
  17.          3.5" diskette and a check for $5 to:
  18.  
  19.          David Duberman
  20.          1645 West Selby Lane
  21.          Redwood City, CA 94061
  22.  
  23.          How to use The Ultimate RAMdisk Copy Program
  24.  
  25.          It's finally here!  The program every RAMdisk user in the ST
  26.          universe has been breathlessly awaiting!  This program does
  27.          no less than to copy automatically every file and every
  28.          folder (except the AUTO folder) from any floppy to a ramdisk
  29.          (or to any other disk).
  30.  
  31.          You don't have to use the program from an AUTO folder, but
  32.          it's the easiest way.  Simply copy the program into the AUTO
  33.          folder on your boot disk after copying in a ramdisk program.
  34.          Of course, you should use a .PRG type ramdisk program rather
  35.          than an .ACC type, which won't run out of the AUTO folder.
  36.          The best ramdisk available today is in the public domain, and
  37.          comes in two forms, usually called RAMDISK.PRG and
  38.          RAMDSK1M.PRG, plus a RAMDISK.DOC instructions file.  Its main
  39.          advantage is that its contents survive a press of the Reset
  40.          button.  You can download it from the Atari Base BBS at Atari
  41.          headquarters in Sunnyvale, CA.  The number is (408)
  42.          745-5308.
  43.  
  44.          The recommended ramdisk program uses drive D: for the
  45.          ramdisk; others use C:, and some let you specify which drive.
  46.          You can tell ULTICOPY which drives to use for both input and
  47.          output in one of three ways.  The easiest way is to create a
  48.          two-character ASCII file named COPY.INF in the main directory
  49.          of your boot disk.  One way to do this is to use the Personal
  50.          Pascal editor or any other text editor.  You can also use 1st
  51.          Word in non-WP mode, or print to disk from ST Writer.  Or if
  52.          you're using ColorWriter, the great new word processor from
  53.          Shanner International Corp., just rename the standard output
  54.          .DOC file.  In any case, the first two characters in the file
  55.          are what's important ; the program ignores any characters
  56.          beyond these.  They should be the letter specifiers for the
  57.          input drive and the output drive, in that order.  For
  58.          instance, to copy all files and folders from floppy drive A
  59.          to ramdisk D, the file should be:
  60.  
  61.          AD
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.          Any lower case letters are converted to upper case.  Another
  75.          legal file to copy everything from drive B to drive C would
  76.          be:
  77.  
  78.          bc
  79.  
  80.          If the program doesn't find the COPY.INF file, it prompts you
  81.          for the two letters.  You're prompted for each separately;
  82.          enter each in upper or lower case.  If you don't enter two
  83.          letters between A and Z, you're prompted again.  If you press
  84.          Return at either prompt, the program uses a default of A, and
  85.          for the output drive the default is D.
  86.  
  87.          Then the program goes to work and copies all files and
  88.          folders (except the AUTO folder) from the specified floppy to
  89.          the specified ramdisk.  The program uses recursion to handle
  90.          nested directories several levels deep.   Count on about six
  91.          levels of subdirectories deep with full (11-character) folder
  92.          names; more with shorter folder names.  All files from all
  93.          folders are copied into the correct folder on the ramdisk.
  94.          Warning: if your directories are nested too deeply, the
  95.          program may crash!
  96.  
  97.          That's it!  Crude but effective, and the price is right!  The
  98.          program is no slouch speed-wise, either.  Pass this program
  99.          and instructions file to your friends if you like, but please
  100.          don't sell it for profit!  Thank you.
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. əəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəə
  135.  
  136.