kc0hwa
-
Total Posts
:
2
- Scores: 0
-
Reward points
:
0
- Joined: 5/18/2011
-
Status: offline
|
help vbscript
Wednesday, May 18, 2011 1:37 AM
( permalink)
I have done dos basic script and cmd script com script on vbs script I Need help How to do cmd script move "%from__%" "%to__%" copy "%from__%" "%to__%" xcopy "%from__%" "%to__%" del "%from__%" in vbs
|
|
|
|
centauricw
-
Total Posts
:
42
- Scores: 2
-
Reward points
:
0
- Joined: 2/20/2006
-
Status: offline
|
Re:help vbscript
Wednesday, May 18, 2011 9:24 AM
( permalink)
VBScript is a subset of Visual Basic and it's going to impossible to give you the basics is single post. A good starting point is the Windows 2000 Scripting Guide, which is part of Microsoft's TechNet site.
|
|
|
|
kc0hwa
-
Total Posts
:
2
- Scores: 0
-
Reward points
:
0
- Joined: 5/18/2011
-
Status: offline
|
Re:help vbscript
Thursday, May 19, 2011 11:50 AM
( permalink)
I LOOK AT THE PAGE It does not work SO can eny one make .vbs that will say what the .cmd is! set from=c:\in\::address of the file from set to=c:\out\::address of the file to xcopy "%from%*.txt" "%to%"
|
|
|
|