I get a "could not find file" error message when I run this script. Can somebody help me out..
'Burn Backup with CopyToDVD
Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
wshshell.run "C:\Program Files\CopyToDVD\copytodvd\copytocd.exe " & "E:\Downloads\Symantec AntiVirus Corporate Edition 9.0.0 Build 1400"
Set WshShell = Nothing
'Burn Backup with CopyToDVD
Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
wshshell.run "C:\Program Files\CopyToDVD\copytodvd\copytocd.exe " & "E:\Downloads\Symantec AntiVirus Corporate Edition 9.0.0 Build 1400"
Set WshShell = Nothing