Hi Need Help
I am trying to run setup.exe file in Vbscript the VBScript code is:
Dim wsh, fso
Set wsh=WScript.CreateObject("WScript.Shell")
Set fso=CreateObject("Scripting.FileSystemObject")
CurrentFolderPath=fso.GetAbsolutePathName("C:\First\Notes")
wsh.Run CurrentFolderPath & "\setup.exe"
The setup.exe is not running...
The setup.exe is in the location "C:\First\Notes\setup.exe".