home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS - Coast to Coast
/
simteldosarchivecoasttocoast.iso
/
pcmag
/
vol9n09.zip
/
MORE.PAN
< prev
next >
Wrap
Text File
|
1990-02-09
|
768b
|
22 lines
****************************************************
*** ***
*** PAN script for edifying the DOS More utility ***
*** ***
****************************************************
IfLoad "c:\dos\more.com"
Else
Output "^M^J^GPAN is unable to load the More program. Please edit the file MORE.PAN and^M^J"
Output "correct the 'IfLoad' command to include the appropriate pathname for PAN to^M^J"
Output "locate the file MORE.COM on your PC."
Quit
EndIf
Go
Label loop
WaitScreen 24 0 "-- More --"
GetKey
Wipe
Cursor -1 0
Key " "
Jump loop