home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d569 / trackmaster.lha / TrackMaster / Script < prev    next >
Text File  |  1991-11-21  |  678b  |  34 lines

  1.  
  2. #  The following file will be loaded and executed as pc-relative program
  3.  
  4. testprg.pc
  5.  
  6. #  The following two files will be copied to disk only
  7. tm
  8. hunkwizard
  9.  
  10. #c1               Turn compression on
  11. tm.doc
  12. #c0               Turn compression off
  13.  
  14.  
  15. #r1  20000        Relocate following datafiles to address $20000
  16. Hunkwizard
  17.  
  18. #r0               Switch Relocation off
  19.  
  20. #l 2 tm.lnk       Join the next two files as file 'tm.lnk'
  21. mscript
  22. script
  23.  
  24. #o 890            Set write position to block 890
  25.  
  26. #c1               Turn compression on
  27. #                 Set special command string for file(s)
  28. #s1 copy @s @d
  29. tm.lnk
  30. #s0               Special command off
  31. #c0               Compression off
  32.  
  33.  
  34.