Batch files
4 posters
SmashFiles :: General :: General Chat
Page 1 of 1
Batch files
Hooray! I finally posted this topic! Anyways, if you don't know what a batch file is I'll tell you in
3
2
1
Batch files allow MS-DOS
and Microsoft Windows users to create a lists of commands
to run in sequence once the batch file has been executed.
For example, a batch file could be used to run frequently run
commands, deleting a series of files, moving files, etc. A
simple
batch file does not require any special programming skills and can be done by
users who have a basic understanding of MS-DOS commands.
An example:
cls
CALL calc.exe
pause
EXIT
Enter this into notepad and save it as calculator.bat then click on it. The computers calculator should come up.
If you know anything about this topic, feel free to add =P
3
2
1
Batch files allow MS-DOS
and Microsoft Windows users to create a lists of commands
to run in sequence once the batch file has been executed.
For example, a batch file could be used to run frequently run
commands, deleting a series of files, moving files, etc. A
simple
batch file does not require any special programming skills and can be done by
users who have a basic understanding of MS-DOS commands.
An example:
cls
CALL calc.exe
pause
EXIT
Enter this into notepad and save it as calculator.bat then click on it. The computers calculator should come up.
If you know anything about this topic, feel free to add =P
Re: Batch files
lol, I haven't done anything with commands in along time, and my mind is blank
Chris- Ultimate Member
- Number of posts : 1052
Age : 30
Mood :
Exp Points : 6319
Registration date : 2008-03-29
Re: Batch files
wut in the world did you just say. I'm lost forever on that, I can barely get html, try actionscripting too O_o
Re: Batch files
It's not that hard =P (Nice yu yu hakusho avatar(Is that it's name?) =P)Edgar the Alien wrote:wut in the world did you just say. I'm lost forever on that, I can barely get html, try actionscripting too O_o
Re: Batch files
cls-----clears screen...
CALL calc.exe---- Brings up calc.exe
pause----- Pauses
EXIT-----Exits
CALL calc.exe---- Brings up calc.exe
pause----- Pauses
EXIT-----Exits
SmashFiles :: General :: General Chat
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum