home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / alt / msdos / programm / 2271 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.1 KB  |  36 lines

  1. Newsgroups: alt.msdos.programmer
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!linus!linus.mitre.org!jcmorris
  3. From: jcmorris@mwunix.mitre.org (Joe Morris)
  4. Subject: Re: alt 255
  5. Message-ID: <jcmorris.714861586@mwunix>
  6. Sender: news@linus.mitre.org (News Service)
  7. Nntp-Posting-Host: mwunix.mitre.org
  8. Organization: The MITRE Corporation
  9. References: <92238.135238MCHAMINA@ESTEC.BITNET> <1992Aug26.053641.10367@mnemosyne.cs.du.edu> <13508.2a9b5bf2@ohstpy.mps.ohio-state.edu>
  10. Date: Wed, 26 Aug 1992 20:39:46 GMT
  11. Lines: 23
  12.  
  13. odonovan@ohstpy.mps.ohio-state.edu writes:
  14.  
  15. >Here's another nifty use for ALT-255:
  16.  
  17. >In batch files,
  18.  
  19. >    echo_
  20.  
  21. >where _ is ALT-255, will print a blank line on the screen.
  22. >This is useful if you want to separate your output messages.
  23. >And it works from DOS 2.11 and up!
  24.  
  25. Why not just code:
  26.  
  27. echo.
  28.  
  29. which writes a single blank line to the screen?  (Note the period after
  30. the "o".)  This worked at least in 3.3; I'm not sure if it is valid for
  31. any earlier releases.
  32.  
  33. Using ECHO. is documented for MS-DOS 5 on page 458 of the DOS manual.
  34.  
  35. Joe Morris / MITRE
  36.