|
| |||||||||
| Tags: batch file, batch file commands, commands, windows |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Batch File Commands
Hello, I want to create a small batch file, i need the help to create it. What are the Batch File commands? Can anyone explain me with a easy example? Please give me details about it. Thanks |
|
#2
| ||||
| ||||
| Re: Batch File Commands
Batch files commands are same as DOS commands. The only difference is Batch file has a collection of DOS commands which run in predefine sequence. |
|
#3
| ||||
| ||||
| Re: Batch File Commands
Refer to following threads: Create a .bat file to get input How to create a Batch file Creating Vista Shutdown.bat file Creating a batch file to launch programs based on time How Sleep command work on Batch file in Windows Task Schedule batch file http://forums.techarena.in/microsoft...ity/946884.htm Hope this will help. Good luck
__________________ The difference between stupidity and genius is that genius has its limits. - Albert Einstein What we think, we become (Please don't think you are a superhero and don't try to fly) "SUCCESS IS NOT A DESTINATION , IT'S A JOURNEY" |
|
#4
| ||||
| ||||
| Re: Batch File Commands @ : Does not echo back the text after the at symbol. This is most commonly used as @ECHO OFF to prevent any of the commands in the batch file from being displayed, just the information needed. More here : Batch commands The following batch file snippet displays a simple menu (without a question-mark at the end of the prompt) and prompts for the users choice, defaulting to option 2 after 5 seconds : Quote:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Batch File Commands" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiple commands in batch file loop | mrgou | Vista Help | 9 | 26-04-2011 09:04 PM |
| Windows Batch file to output directory names and size to txt file | m2thearkus | Software Development | 6 | 16-07-2010 01:04 AM |
| How to execute commands of batch file at timed intervals | Camryn | Software Development | 5 | 27-03-2010 09:47 PM |
| Batch Commands To Read and Delete Lines from txt-File | officer07 | Windows Server Help | 3 | 04-03-2009 12:49 PM |
| Multiple commands for a batch file in a for loop? | SANDESH49 | Software Development | 2 | 17-02-2009 07:03 PM |