HerbAndEdnaWeinstein
Technical User
Hi, I've never used VBScript before. I'm just trying to figure out why this code does not start calc.exe. I'm sure it's something very, very basic.
I'm trying to run this .vbs, by the way, by double clicking on it from the desktop.
Thanks for your time,
hw
**********************
Sub CommandLine()
set sa = createobject ("Shell.Application"
sa.FileRun(calc.exe)
End Sub
**********************
I'm trying to run this .vbs, by the way, by double clicking on it from the desktop.
Thanks for your time,
hw
**********************
Sub CommandLine()
set sa = createobject ("Shell.Application"
sa.FileRun(calc.exe)
End Sub
**********************