home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / alt / msdos / programm / 2263 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  738 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!ohstpy!odonovan
  2. From: odonovan@ohstpy.mps.ohio-state.edu
  3. Newsgroups: alt.msdos.programmer
  4. Subject: Re: alt 255
  5. Message-ID: <13508.2a9b5bf2@ohstpy.mps.ohio-state.edu>
  6. Date: 26 Aug 92 10:24:50 EDT
  7. References: <92238.135238MCHAMINA@ESTEC.BITNET> <1992Aug26.053641.10367@mnemosyne.cs.du.edu>
  8. Lines: 16
  9.  
  10. Here's another nifty use for ALT-255:
  11.  
  12. In batch files,
  13.  
  14.     echo_
  15.  
  16. where _ is ALT-255, will print a blank line on the screen.
  17. This is useful if you want to separate your output messages.
  18. And it works from DOS 2.11 and up!
  19.  
  20. The tricky thing, though, is to find an editor which will
  21. let you enter it--not all do!  Of course, copy con batch.bat
  22. *will* work.  :^)
  23.  
  24. Later,
  25. Kevin
  26.