Computing.Net > Forums > Disk Operating System > Batch file and meanings

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 file and meanings

Reply to Message Icon

Name: team434
Date: August 4, 2003 at 07:02:53 Pacific
OS: XP
CPU/Ram: 256
Comment:

Hello i was just wondering if anyone know any good web sites or even books to find out information about DOS and Batch files.

I am at work using them and do not understand about what it all means. For example what does REM stand for? I understand its like a comment line and is one of many thinks i would like to learn more.. but really i would like to know about a little better.

Many thanks for peoples help in advance.



Sponsored Link
Ads by Google

Response Number 1
Name: Nathan
Date: August 4, 2003 at 18:50:24 Pacific
Reply:

I learned alot of information a computerhope.com

also "rem" or "::" is used to add a comment without it showing up when executed

also a huge help can just be running dos (start>run>cmd) and typeing "help (the command)"

that should show you everything you need to know.

http://www.computerhope.com/batch.htm


0

Response Number 2
Name: JackG
Date: August 4, 2003 at 19:27:50 Pacific
Reply:

REM is short for REMEMBER


0

Response Number 3
Name: Infinite Recursion
Date: August 4, 2003 at 22:31:07 Pacific
Reply:

I thought REM was for REMARK (as in a "comment") I could be wrong though, haven't played with it in a while.

Infinite Recursion


0

Response Number 4
Name: Secret_Doom
Date: August 5, 2003 at 00:19:17 Pacific
Reply:

I have never read about it anywhere, but I would also bet on 'REMARK', not on 'REMEMBER'.

By the way, the comments made with REM will be displayed if ECHO is on. That will not happen with the comments made with double colons (::), those will not be displayed, regardless of the ECHO status.

The lines begginning with a double colon are actually ignored by the command processor, while the REM lines are read (on DOS/Win9x), which makes the double colon method faster. But you would need a very slow computer or several loops to see any real speed difference.

-- Leonardo Pignataro - Secret_Doom --

secret_doom@hotmail.com
www.batch.hpg.com.br


0

Response Number 5
Name: team434
Date: August 5, 2003 at 01:27:39 Pacific
Reply:

Hey, many thanks for everyones help... (",)


0

Related Posts

See More



Response Number 6
Name: Nathan
Date: August 7, 2003 at 14:51:42 Pacific
Reply:

man why is leo always so technical i new that but i figured it was unnecessary.
i also know that i spelt "new" wrong. :)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Making image on Dos USB storage in DOS - USBA...



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 file and meanings

Batch files and system memory? www.computing.net/answers/dos/batch-files-and-system-memory/2820.html

Read batch file and write in a Text www.computing.net/answers/dos/read-batch-file-and-write-in-a-text/16653.html

Batch files date and time www.computing.net/answers/dos/batch-files-date-and-time/10101.html