home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Utilities / ACDPlay / src / V1.6 / Debug.lha / Debug next >
Text File  |  1997-07-24  |  748b  |  37 lines

  1. /*
  2. **  $VER: SCSIDump V1.0 (24.07.97)
  3. **             by
  4. **        Martin Kresse
  5. */
  6.  
  7. OPTIONS RESULTS
  8.  
  9. if ~show('p','ACDPLAY') then do
  10.     Say "Can't find ACDPlay!"
  11.     Say "Please start it first (with WB!)."
  12.     Exit
  13. end
  14.  
  15. ADDRESS 'ACDPLAY'
  16.  
  17. 'GETDEVICE'
  18. device = RESULT
  19.  
  20. 'GETUNIT'
  21. unit = RESULT
  22.  
  23. Say "Make sure that UPDATEDELAY is higher than 9!"
  24. Say "Starting Scusee now - press CTRL-C to stop dump"
  25. Say " "
  26.  
  27. ADDRESS COMMAND
  28. 'Scusee NoExec DumpFile "RAM:ACDPlay.output" Device "'device'" Unit 'unit' MaxDataLength 200 Tasks "ACDPlay"'
  29.  
  30. Say " "
  31. Say "That's all! Please send the output (RAM:ACDPlay.output) with"
  32. Say "a complete description of everything you did with ACDPlay to"
  33. Say " "
  34. Say "               mak@atp.dame.de (Martin Kresse)"
  35.  
  36. 'WAIT 4'
  37.