home *** CD-ROM | disk | FTP | other *** search
/ DTP en Graphics 1 / dtpgraf1.zip / dtpgraf1 / UTILS / REPEAT / README.NOW < prev    next >
Text File  |  1990-07-20  |  3KB  |  80 lines

  1. Notes on REPEATER.EXE, by GremlinWare
  2. -------------------------------------
  3.  
  4. The program REPEATER.EXE consists of a single operating file,
  5. REPEATER.EXE.  To run simply enter REPEATER at the DOS prompt.  Two
  6. instruction screens will be displayed before the program itself
  7. runs.
  8.  
  9. Simply press and key to move past these text screens.
  10.  
  11.  
  12. What REPEATER does
  13. ------------------
  14.  
  15. REPEATER executes any program you specify on any number of files. 
  16. It works like this:
  17.  
  18. You are prompted for a program name, beginning file extension and
  19. ending file extension.  REPEATER scans the directory for all files
  20. that have the specified file extension, then runs the program name
  21. on them.
  22.  
  23.  
  24. Why REPEATER?
  25. -------------
  26. Most manufacturer-supplied converter programs can only operate on
  27. one file at a time.  For example, GAL2CGM.EXE that is provided with
  28. Drawing Gallery 3.0 and newer, will convert GAL format files to CGM
  29. format files - but one at a time.
  30.  
  31. If you are like me, you often find that you need to convert an
  32. entire disk - upwards of one hundred files - at a time.  It is a
  33. real bother running the program 100 times.  Using the GAL2CGM
  34. example, one would have to enter GAL2CGM file1.GAL file1.CGM for
  35. every file.
  36.  
  37. Let's say you have four files to convert - FISH.GAL, CAR.GAL,
  38. HOME.GAL and TREE.GAL.  You would need to enter:
  39.  
  40. GAL2CGM FISH.GAL FISH.CGM
  41. GAL2CGM CAR.GAL CAR.CGM
  42. GAL2CGM HOME.GAL HOME CGM
  43. GAL2CGM TREE.GAL TREE.CGM
  44.  
  45. REPEATER takes care of this for you by specifying the file names
  46. after the program name.  If you specified the following:
  47.  
  48. Program Name: GAL3CGM
  49. Beginning file Extension: GAL
  50. Ending file extension: CGM
  51.  
  52. REPEATER will store the names of all GAL files in memory, then it
  53. will enter the following to DOS:
  54.  
  55. GAL2CGM FISH.GAL FISH.CGM
  56. GAL2CGM CAR.GAL CAR.CGM
  57. GAL2CGM HOME.GAL HOME CGM
  58. GAL2CGM TREE.GAL TREE.CGM
  59.  
  60. No different that if you had run the program manually four separate
  61. times - only you only have to run REPEATER one time!
  62.  
  63.  
  64. Final Notes
  65. -----------
  66. Check your program instructions to see if extensions should be
  67. provided.  If they do not, you can leave the applicable program
  68. entries blank.  DO NOT leave the program name empty.
  69.  
  70. The program exits after all files have been processed, or when Ctrl
  71. C (Control C) has been pressed
  72.  
  73.  
  74. Register
  75. --------
  76. This program is user-supported!  If you like it and use it, please
  77. send $5.00 to GremlinWare, P.O.Box 1182, Bridgeview, IL 60455. 
  78. Send any questions and comments to that address, or over CompuServe
  79. to 76701,123.
  80.