home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / misc / 4918 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  2.9 KB

  1. Path: sparky!uunet!sun-barr!west.West.Sun.COM!cronkite.Central.Sun.COM!texsun!csccat!ncmicro!ltf
  2. From: ltf@ncmicro.lonestar.org (Lance Franklin)
  3. Newsgroups: comp.os.msdos.misc
  4. Subject: Re: CONFIG.SYS tactics
  5. Message-ID: <1992Aug27.182207.15976@ncmicro.lonestar.org>
  6. Date: 27 Aug 92 18:22:07 GMT
  7. References: <4LDiPB1w165w@ersys.edmonton.ab.ca> <1439@frackit.UUCP> <2santnh@lynx.unm.edu>
  8. Organization: NC Microproducts, Inc.
  9. Lines: 53
  10.  
  11. In article <2santnh@lynx.unm.edu> jfreter@triton.unm.edu (The Myth) writes:
  12. }In the config.sys file, one can't use redirection to capture the output of
  13. }various drivers.  But all is not lost.  Control-s (pause ) and control-q
  14. }(resume) or the pause key both work for halting the screen display long
  15. }enough to make sure the pc isn't doing anything odd.
  16.  
  17. In addition, you might want to pick up BOOT.SYS Version 1.42, an excellent
  18. shareware program that allows boot-up menus to select different
  19. configurations.  This package, by Hans Salvisberg, also includes a little
  20. thing called PAUSE.SYS, which pauses the boot-up process and prints out
  21. a string, then waits for you to press any key.  It operates separately
  22. from BOOT.SYS, so you can use it separately, and can optionally clear
  23. the screen, do a printscreen, output a string without pausing or output.
  24.  
  25. Here's a help screen:
  26.  
  27.  
  28. PAUSE.SYS - 1.01   Copyright (c) 1990 Hans Salvisberg.  All rights reserved.
  29.  
  30. PAUSE.SYS provides some utility functions, that may be useful for debugging
  31. complex CONFIG.SYS set-ups; it can also send escape sequences to ANSI.SYS,
  32. provided ANSI.SYS (or a replacement) is already loaded.
  33.  
  34. Syntax:
  35.  
  36.    DEVICE=d:\path\PAUSE.SYS [switch] [text]
  37.  
  38. Without any switch, PAUSE.SYS writes the optional text (or a standard text
  39. if omitted) to the screen and waits for a key-press, similar to the PAUSE
  40. command in a batch file. All characters are translated to lower case, except
  41. for those preceeded by a caret (^); to display a caret, write two carets.
  42.  
  43. The following switches can be specified (each suppresses the wait):
  44.    /C     clear the screen and home the cursor
  45.    /P     do a Print-Screen 
  46.    /O     output only, i.e. don't wait for a key-press
  47.    /Exxx  write an ESC character followed by xxx to standard output; this is
  48.           intended to send commands to ANSI.SYS, e.g. /E[1;37;44m sets the
  49.           screen color to bright white on blue and /E[2^J clears the screen.
  50.  
  51. PAUSE.SYS is part of the BOOT.SYS package and may not be distributed in any
  52. other context without prior written consent of the author.
  53.  
  54.  
  55. Hope this helps...BOOT.SYS V1.42 is available on Simtel under the file
  56. name PD:<MSDOS.SYSUTL>BOOT142.ZIP.
  57.  
  58. Lance
  59. -- 
  60. Lance T. Franklin            +----------------------------------------------+
  61. (ltf@ncmicro.lonestar.org)   | "You want I should bop you with this here    |
  62. NC Microproducts, Inc.       |    Lollipop?!?"                 The Fat Fury |
  63. Richardson, Texas            +----------------------------------------------+
  64.