home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaMiscModsCD3.iso / _PROGRAMME / PLAYER / SINGLEFORMAT / RTracker.lzh / RTracker / RTQuit.script < prev    next >
Encoding:
AmigaDOS Script File  |  1992-09-26  |  354 b   |  13 lines

  1. .key path
  2.  
  3. ; RTInterface script to unload programs
  4. ; path is the default path (usually where programs are)
  5.  
  6. ; WARNING:  Make sure you handle all cases where the file name has
  7. ;           a space in it!  (Such as "The File Name").  Either don't
  8. ;           use spaces in your file name, or use quotes.  
  9.  
  10.  
  11. ; Unload RTracker
  12.   rx "address 'RTracker';quit"
  13.