home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.ibm.pc.misc:12137 aus.computers.ibm-pc:429
- Path: sparky!uunet!munnari.oz.au!goanna!minyos.xx.rmit.oz.au!matilda.vut.edu.au!fees.vut.edu.au!hao
- From: hao@fees.vut.edu.au (Ms Hao Shi)
- Newsgroups: comp.sys.ibm.pc.misc,aus.computers.ibm-pc
- Subject: Help Needed for Generating NEW Lines by batch file
- Keywords: bacth, New Line, PC
- Message-ID: <1992Sep2.034726.13275@fees.vut.edu.au>
- Date: 2 Sep 92 03:47:26 GMT
- Sender: hao@fees.vut.edu.au (Ms Hao Shi)
- Organization: Victoria University of Technology, Melbourne, Australia
- Lines: 29
-
- Hello netters,
-
- I tried to write a batch file for my printer. I have no idea how to
- generate a NEW LINE at my terminal. Here is the part of my batch file:
-
- @ECHO OFF
- IF NOT %1 .==. GOTO PrtPrg
- ECHO Please specify the filename to print.
- ECHO Example: Prt filename ...
- ECHO ???? {I want to have a new line HERE}
- GOTO END
- :PrtPrg
- .
- .
- .
- :END
-
- I just started to write batch files. The only way I think is to put
- the line :
-
- TYPE NEWLINE
-
- Here NEWLINE is a file with one RETURN. The batch file is OK but ...
- If anyone have any idea, please email me on hao@fees.vut.edu.au.
-
- Thanks in advance.
-
-
- Hao
-