home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / debug / Debugger / PowerVisor / Docs / ConvertDoc.script < prev    next >
Encoding:
AmigaDOS Script File  |  1992-07-17  |  152 b   |  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.