|
| ||||||||||
| Tags: bat, bat file, batch file, dell, desktop computer, file, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to create blank line in batch file
|
|
#2
| ||||
| ||||
| Re: How to create blank line in batch file
Try to use the echo command in order to add a space in the batch file. The batch will not display a space t will simply display the text echo is on or echo is off. If you really want to display a line type echo and a period using no spaces in between them. This should help you to solve this problem.
__________________ Grand Theft Auto 4 PC Video Game |
|
#3
| ||||
| ||||
| Re: How to create blank line in batch file
I think that you will have to add a dot (.) or period after the echo command in your batch file code , for instance see the command which i have mentioned below instead of inserting the echo command by simply typing echo you will have to type. The echo command with a dot will definitely create a blank line echo.
__________________ The FIFA Manager 2009 PC Game |
|
#4
| ||||
| ||||
| Re: How to create blank line in batch file
Insert echo off at the beginning and the dot "." will not be displayed i have provided the an example how to use that so try to use it for your reference. echo off echo blank lines below then pause. echo. echo. pause Hope you got the trick. |
|
#5
| ||||
| ||||
| Re: How to create blank line in batch file
If you want to insert a line in your batch file then you need to add a dot right after the echo command. Like i have shown below echo. You can also try to insert the blank line by inserting a character by pressing ALT+255 in your batch file. But i would recommend you to use 'echo.' Since this is standard and it will work in all versions of MS-DOS and Windows. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to create blank line in batch file" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I want to create a TCP/IP Batch file | aladdin | Software Development | 1 | 14-02-2012 10:59 PM |
| Help me create this batch file. | bomblast | Windows Software | 1 | 31-10-2011 10:47 AM |
| How to create batch for RAR file extension | Jayden | Windows Software | 1 | 13-04-2009 11:58 PM |
| How to create a Batch file | Katty | Software Development | 1 | 10-01-2009 12:26 PM |
| Fast User Switching via Command Line or Batch File? | Woody45 | Vista Help | 1 | 18-03-2007 12:22 AM |