home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 536.lha / Imploder_v4.0 / Imploder / Tools / Man < prev    next >
Text File  |  1991-08-09  |  766b  |  17 lines

  1. ; This batchfile demonstrates how to use FInf and FImp in making a "man" online
  2. ; documentation batchfile.
  3. ; FInf is used for scanning the manual directories. The documentation files
  4. ; may be (but need not be) imploded using FImp. Directories are used to
  5. ; differentiate between the different reader programs required to display the
  6. ; various files.
  7.  
  8. .key manus/a
  9. .bra {
  10. .ket }
  11.  
  12. FInf Man:{manus} -q -p -f -nh -na -lf "FImp >NIL: %s T:Ex -XO -AL c -RF \"Ed %%s\\nDelete T:Ex/#?\"" BATCH
  13.  
  14. FInf Man:ANSI/{manus} -q -p -f -nh -na -lf "FImp >NIL: %s T:Ex -XO -AL c -RF \"More %%s\\nWait 1 sec\\nDelete T:Ex/#?\"" BATCH
  15.  
  16. FInf Man:IFF/{manus} -q -p -f -nh -na -lf "FImp >NIL: %s T:Ex -XO -AL c -RF \"Run Leggi %%s smart font topaz/8\\nWait 2 secs\\nDelete T:Ex/#?\"" BATCH
  17.