home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 3 / AUCD3.iso / funland / emulators / c64 / sid2wav / !Sid2Wav / MakeWav < prev    next >
Text File  |  1997-06-18  |  768b  |  25 lines

  1. Set Output$File Sid2WavOut:out
  2. Remove <Output$File>
  3.  
  4. |GCC/UNIXLib implementation of UNIX redirection forces this aliasing
  5. |trick if you want to use system variables in the arguments.  :(
  6.  
  7. Set Alias$ProcessM Taskwindow |"<Sid2Wav$Dir>.Sid2Wav <Sid2Wav$Options> %*1 %0 <Output$File>|" -wimpslot 928k -name |"Sid2Wav|" -display -quit
  8.  
  9. Set Alias$ProcessS <Sid2Wav$Dir>.Sid2Wav <Sid2Wav$Options> %*1 %0 <Output$File>
  10.  
  11.  
  12. |By default Sid2wav multitasks when run in the desktop.  You can turn
  13. |that off, by commenting out the If clause and uncommenting the lines
  14. |after it.
  15.  
  16. If "<Wimp$State>" = "commands" Then ProcessS Else ProcessM
  17.  
  18. |WimpSlot -min 928k -max 928k
  19. |ProcessS
  20.  
  21. Unset Alias$ProcessS
  22. Unset Alias$ProcessM
  23.  
  24. SetType <Output$File> &fb1
  25. Filer_OpenDir <Sid2Wav$Dir>.out