Computing.Net > Forums > Disk Operating System > batch files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

batch files

Reply to Message Icon

Name: Terri
Date: March 24, 1999 at 10:51:21 Pacific
Comment:

I'm creating a batch file. How do I put a blank line into the batch file to separate different user messages.



Sponsored Link
Ads by Google

Response Number 1
Name: World Library
Date: March 24, 1999 at 15:01:15 Pacific
Reply:

Hi,
cls
@echo off
echo The title
echo -------------------------------
echo.
echo.
echo The "echo." makes a blank line
:end

Just copy and paste the above from cls to :end and save as go.bat. You will see two blank lines.
Hope this is of help.

Bats are cool and you can make any number of usefull utilitys.

World Library


0

Response Number 2
Name: Ramtirath Bansal
Date: May 1, 1999 at 02:49:29 Pacific
Reply:

Terri

just a little question
how does dos as an operating system compare with unix and Windows NT in terms of its scheduling.


0

Response Number 3
Name: Jamie Lord
Date: August 15, 2000 at 09:58:52 Pacific
Reply:

I am new to creating a batch file where would be some good documentation or books to read about creating batch files ?


0

Response Number 4
Name: Cache
Date: September 6, 2000 at 08:20:20 Pacific
Reply:

How do I create a batch file that will launch a program like service pack six. I want to put it in a logon script and push it out to all the users


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: batch files

Help!! Batch File www.computing.net/answers/dos/help-batch-file/13525.html

Batch files - - Mapping network drive www.computing.net/answers/dos/batch-files-mapping-network-drive/3809.html

Pause batch file www.computing.net/answers/dos/pause-batch-file/2810.html