home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcmag / v9n09.lzh / MORE2.PAN < prev    next >
Text File  |  1990-02-09  |  768b  |  22 lines

  1.         **************************************************
  2.         ***                                            ***
  3.         *** PAN script for pacing 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 MORE2.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. Pause 10s
  18. Wipe
  19. Cursor -1 0
  20. Key " "
  21. Jump loop
  22.