home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / OTL-MS02.DMS / in.adf / Guide / MovieShop / UpdateOps.bat < prev   
Encoding:
DOS Batch File  |  1995-06-25  |  507 b   |  12 lines

  1. ;  Liste aller Operatorbeschreibungen erstellen
  2.  
  3. List >NIL: MS_GUIDE:Ops/#?.msg TO T:OPS1 LFORMAT "  @{*" %M *" LINK MS_GUIDE:Ops/%M.msg/MAIN}"
  4. Sort >NIL: T:OPS1 TO T:OPS2
  5. Echo >MS_GUIDE:OpList.msg "@DATABASE *"OpList.msg*"*N"
  6. Echo >>MS_GUIDE:OpList.msg "@NODE MAIN *"Verfügbare Operatorbeschreibungen*""
  7. Echo >>MS_GUIDE:OpList.msg "@PREV timeline.msg/TL_OPS"
  8. Echo >>MS_GUIDE:OpList.msg "@NEXT timeline.msg/TL_OPS"
  9. Type >>MS_GUIDE:OpList.msg T:OPS2
  10. Echo >>MS_GUIDE:OpList.msg "@ENDNODE"
  11. Delete >NIL: T:OPS?
  12.