home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / MT_MNU10.ZIP / PPS.ZIP / DAYSCOPE.PPS < prev    next >
Text File  |  1993-08-18  |  1KB  |  33 lines

  1. ; DAYSCOPE.PPS -  PPS script file so you can run any DOOR installed
  2. ; with PCBoard to run as a PPEMENU interface command.
  3. ;
  4. ;         The sample provided below will assume you want
  5. ;         to run a door which is installed from within PCBoard
  6. ;         right from within the PPEMENU interface
  7. ;
  8. ;
  9. ;
  10. ; DAYSCOPE.PPS - PPEMENU interface script/PPS (PPE) file
  11. ;
  12. ; --------------------------------------------------------
  13.  
  14.      STRING    command                       ;line 1
  15.      command = TOKENSTR()                    ;line 2
  16.      KBDSTUFF  "OP 11" + command + CHR(13)   ;line 4
  17.      END                                     ;line 5
  18.  
  19. ; --------------------------------------------------------
  20. ;
  21. ;           Line 1: variable to hold the actual cmd
  22. ;           Line 2: returns cmd variable as stored above
  23. ;           Line 3: Stuff the Keyboard with a "DOOR 11" and
  24. ;                   then a Carriage return so PCBoard will
  25. ;                   execute the command
  26. ;           Line 4: END of DAYSCOPE.PPE/Script
  27. ;
  28. ;    For more info on running DOORS or any other PCBoard command from
  29. ;    within the PPEMENU interface please also look at the PPEMENU.DOC
  30. ;    file as well as the included command/PPS scripts files which are:
  31. ;           CB.PPS  /  QWK.PPS  /  ARCADE.PPS  /  DAYSCOPE.PPS
  32. ;    The above files may be extracted from the included archive: PPS.ZIP
  33.