home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTILS2 / P2PLAY.ZIP / P2PLAY.DOC next >
Text File  |  1994-01-30  |  1KB  |  36 lines

  1. P2PLAY                        
  2.  
  3. P2PLAY is a stripped-down playback-only version of the DOS PHANTOM TSR.
  4. Because the recording features, including the pop-up control panel, have
  5. been removed, P2PLAY uses less memory than PHANTOM2.
  6.  
  7. P2PLAY generates no sounds, displays no status, and generates no error
  8. messages. For this reason, it can be difficult to diagnose problems
  9. encountered in P2PLAY playbacks. We suggest that you use PHANTOM2 during
  10. development of your scripts, and only use P2PLAY after the scripts appear
  11. to operate correctly.
  12.  
  13. The P2PLAY program, if invoked with no arguments, displays its copyright
  14. notice.  The following DOS Phantom command line switches are supported
  15. by P2PLAY:
  16.  
  17.     /I      Install as a TSR
  18.     /U      Uninstall
  19.     /A      Set abort hot key (default is NONE)
  20.     /E      Set shell environment space
  21.  
  22. All switches are optional.  A single argument, the file to play, is
  23. required.  Examples:
  24.  
  25.     C:\> P2PLAY RECORDNG.PTM
  26.     C:\> P2PLAY /E:2048 TESTREC.PTM
  27.  
  28. If the copyright notice is displayed, P2PLAY was unable to interpret
  29. the command line switches supplied.  If the playback file cannot be
  30. found, P2PLAY exits with no message.
  31.  
  32. Note that once P2PLAY has been installed as a TSR, if you execute the
  33. P2PLAY command at the DOS prompt, P2PLAY will attempt to re-play the most
  34. recently played recording. If the playback attempt is unsuccessful, no
  35. error message is displayed.
  36.