how to convert this?
I am not a vbscript tech... how would I convert this into vbsctript?
@echo off
c:
cd\
cls
cd "c:\program files\acme"
IF EXIST app1.old (ren app1.old app1.exe) ELSE (ren app1.exe app1.old)
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Use the FileExits and MoveFile methods of vbscript
Use the FileExits and MoveFile methods of vbscript
Please log in to answer
Posted by:
adilrathore
12 years ago