Hello There, I am a Very green VBScript NewBee.. I am trying to figure out how to take the following batch file and make it into a VBScript, and for the life of me I am unable to figure it out. If anyone could help me out it would be appreciated.
@echo off
set /p computername=Please enter the Computer Name or IP
set /p username=Please Enter the Users Login ID
Copy "\\servername\path\servers.lst" "\\%computername%\c$\Documents and Settings\%username%\Local Settings\Application Data\servers\Temp\"
Copy "\\servername\path\servers.lst" "\\%computername%\c$\Program Files\servers\Temp"
Any help you could offer would be appreciated.
Thank You in Advance,
MC
@echo off
set /p computername=Please enter the Computer Name or IP
set /p username=Please Enter the Users Login ID
Copy "\\servername\path\servers.lst" "\\%computername%\c$\Documents and Settings\%username%\Local Settings\Application Data\servers\Temp\"
Copy "\\servername\path\servers.lst" "\\%computername%\c$\Program Files\servers\Temp"
Any help you could offer would be appreciated.
Thank You in Advance,
MC