lmsmi1
-
Total Posts
:
27
- Scores: 2
-
Reward points
:
0
- Joined: 10/1/2011
-
Status: offline
|
.bat file commands
Saturday, October 08, 2011 2:57 PM
( permalink)
I know a few batch commands, but I want a good long list of commands. Here are the commands I know: @echo off - turns the return typing off echo - returns a message in a box. pause - pauses the script >nul - put this after a string to make it not visible to the user.
|
|
|
|
59cobalt
-
Total Posts
:
981
- Scores: 91
-
Reward points
:
0
- Joined: 7/17/2011
-
Status: offline
|
Re:.bat file commands
Sunday, October 09, 2011 2:35 AM
( permalink)
|
|
|
|
lmsmi1
-
Total Posts
:
27
- Scores: 2
-
Reward points
:
0
- Joined: 10/1/2011
-
Status: offline
|
Re:.bat file commands
Sunday, October 09, 2011 5:10 AM
( permalink)
Here is a command that makes a MsgBox: msg "%username%" Your Message Here
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
Re:.bat file commands
Tuesday, October 11, 2011 2:01 AM
( permalink)
I'm not sure what the question is here? Are you just looking for a list of batch commands?
|
|
|
|
lmsmi1
-
Total Posts
:
27
- Scores: 2
-
Reward points
:
0
- Joined: 10/1/2011
-
Status: offline
|
Re:.bat file commands
Tuesday, October 11, 2011 9:40 AM
( permalink)
Yes ebgreen. I just want a list of commands like: echo @echo off @echo on and so on. . .
|
|
|
|