home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 700-799 / ff735.lha / powervisor / docs / ConvertDoc.script < prev    next >
AmigaDOS Script File  |  1992-09-26  |  152b  |  10 lines

  1. .key pathn/a,fn/a
  2. .bra {
  3. .ket }
  4.  
  5. cd "{pathn}"
  6. convertguide2doc "{fn}" >t:t{$$}
  7. copy >nil: t:t{$$} "{fn}"
  8. delete >nil: t:t{$$}
  9. copy doc.info "{fn}.info"
  10.