home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / ibm / pc / misc / 12137 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.2 KB

  1. Xref: sparky comp.sys.ibm.pc.misc:12137 aus.computers.ibm-pc:429
  2. Path: sparky!uunet!munnari.oz.au!goanna!minyos.xx.rmit.oz.au!matilda.vut.edu.au!fees.vut.edu.au!hao
  3. From: hao@fees.vut.edu.au (Ms Hao Shi)
  4. Newsgroups: comp.sys.ibm.pc.misc,aus.computers.ibm-pc
  5. Subject: Help Needed for Generating NEW Lines by batch file
  6. Keywords: bacth, New Line, PC
  7. Message-ID: <1992Sep2.034726.13275@fees.vut.edu.au>
  8. Date: 2 Sep 92 03:47:26 GMT
  9. Sender: hao@fees.vut.edu.au (Ms Hao Shi)
  10. Organization: Victoria University of Technology, Melbourne, Australia
  11. Lines: 29
  12.  
  13. Hello netters,
  14.  
  15.       I tried to write a batch file for my printer.  I have no idea how to
  16. generate a NEW LINE  at my terminal.  Here is the part of my batch file:
  17.  
  18.       @ECHO OFF
  19.       IF NOT %1 .==. GOTO PrtPrg
  20.       ECHO Please specify the filename to print.
  21.       ECHO Example: Prt filename ...
  22.       ECHO  ???? {I want to have a new line HERE}
  23.       GOTO END
  24.       :PrtPrg
  25.       .
  26.       .
  27.       .
  28.       :END
  29.  
  30.       I just started to write batch files. The only way I think is to put
  31. the line :
  32.  
  33.       TYPE NEWLINE
  34.  
  35.       Here NEWLINE is a file with one RETURN.  The batch file is OK but ...
  36. If anyone have any idea, please email me on hao@fees.vut.edu.au.
  37.  
  38.       Thanks in advance.
  39.        
  40.  
  41. Hao
  42.