home *** CD-ROM | disk | FTP | other *** search
- ; This file replaces Proboard's "Enter-Prompt" (Number 7) in a language-
- ; file. The call looks like this:
- ;
- ; @pCURSORY PEX\PROMPT-7@
- ;
- ; If you use this, this file must be located in the ProBoard PEX-directory.
-
- task "%28,24%@8@<- PLEASE PRESS [ENTER] ->"
- wait 6
- task "%28,24%@7@<- PLEASE PRESS [ENTER] ->"
- wait 6
- task "%28,24%@15@<- PLEASE PRESS [ENTER] ->"
- wait 6
- task "%28,24%@7@<- PLEASE PRESS [ENTER] ->"
- wait 6
- task "%28,24%@8@<- PLEASE PRESS [ENTER] ->"
- wait 6
- task "%28,24%@8@ "
- wait 6
-
- menu "" ; Empty menu (for "returnkey")
- returnkey #13 ; Prevents DOUBLE pressing of "Enter", because in addition
- ; to CURSORY the Prompt No. 7 expects an "Enter", too
- ; #13 = the character with ASCII-No. 13 (Enter) is sent
- nocheck ; No access checking
- hide 79, 24 ; The cursor is hidden globally
- ; timeslice 5 ; Releases "Timeslices" under a multitasker
-