home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol9n09.zip / MORE.PAN < prev    next >
Text File  |  1990-02-09  |  768b  |  22 lines

  1.         ****************************************************
  2.         ***                                              ***
  3.         *** PAN script for edifying the DOS More utility ***
  4.         ***                                              ***
  5.         ****************************************************
  6.  
  7. IfLoad "c:\dos\more.com"
  8. Else
  9.     Output "^M^J^GPAN is unable to load the More program.  Please edit the file MORE.PAN and^M^J"
  10.     Output "correct the 'IfLoad' command to include the appropriate pathname for PAN to^M^J"
  11.     Output "locate the file MORE.COM on your PC."
  12.     Quit
  13. EndIf
  14. Go
  15. Label loop
  16. WaitScreen 24 0 "-- More --"
  17. GetKey
  18. Wipe
  19. Cursor -1 0
  20. Key " "
  21. Jump loop
  22.