home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 January / PCO0198.ISO / filesbbs / dos / cs340a-e.exe / CSI / PROMPT-7.CSI < prev    next >
Encoding:
Text File  |  1997-07-09  |  958 b   |  28 lines

  1. ; This file replaces Proboard's "Enter-Prompt" (Number 7) in a language-
  2. ; file. The call looks like this:
  3. ;
  4. ; @pCURSORY PEX\PROMPT-7@
  5. ;
  6. ; If you use this, this file must be located in the ProBoard PEX-directory.
  7.  
  8. task "%28,24%@8@<- PLEASE PRESS [ENTER] ->"
  9. wait 6
  10. task "%28,24%@7@<- PLEASE PRESS [ENTER] ->"
  11. wait 6
  12. task "%28,24%@15@<- PLEASE PRESS [ENTER] ->"
  13. wait 6
  14. task "%28,24%@7@<- PLEASE PRESS [ENTER] ->"
  15. wait 6
  16. task "%28,24%@8@<- PLEASE PRESS [ENTER] ->"
  17. wait 6
  18. task "%28,24%@8@                          "
  19. wait 6
  20.  
  21. menu ""         ; Empty menu (for "returnkey")
  22. returnkey #13   ; Prevents DOUBLE pressing of "Enter", because in addition
  23.                 ; to CURSORY the Prompt No. 7 expects an "Enter", too
  24.                 ; #13 = the character with ASCII-No. 13 (Enter) is sent
  25. nocheck         ; No access checking
  26. hide 79, 24     ; The cursor is hidden globally
  27. ; timeslice 5   ; Releases "Timeslices" under a multitasker
  28.