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

  1. ; ARCADE.PPE -  PPS script file so you can issue a Join Conference
  2. ; command from within the PPEMENU interface command.
  3. ;
  4. ;         The sample provided below will assume you want
  5. ;         to list and make the PCBoard Join a Conference
  6. ;         command available right from within the PPEMENU
  7. ;
  8. ;
  9. ;
  10. ; ARCADE - PPEMENU interface command script/PPS (PPE) file
  11. ;
  12. ; --------------------------------------------------------
  13.  
  14.      STRING    command                       ;line 1
  15.      command = TOKENSTR()                    ;line 2
  16.      KBDSTUFF "J 6" + 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 "J 6" and
  24. ;                   then a Carriage return so PCBoard will
  25. ;                   execute the command.
  26. ;           Line 4: END of ARCADE.PPE/Script
  27. ;
  28. ;
  29. ;    For more info on running DOORS or any other PCBoard command from
  30. ;    within the PPEMENU interface please also look at the PPEMENU.DOC
  31. ;    file as well as the included command/PPS scripts files which are:
  32. ;           CB.PPS  /  QWK.PPS  /  ARCADE.PPS  /  DAYSCOPE.PPS
  33. ;    The above files may be extracted from the included archive: PPS.ZIP
  34.