suhaib
January 13th, 2003, 09:44 PM
Hi Guys
I was just trying my hands at WScript.Shell, and below is my program. But, it just doesn't seem to work. Could someone tell me why :(
Dim WSHShell
Set WSHShell = CreateObject("WScript.Shell")
cmmd = "<any DOS command>"
WSHShell.Run cmmd
Thanks
Suhaib
I was just trying my hands at WScript.Shell, and below is my program. But, it just doesn't seem to work. Could someone tell me why :(
Dim WSHShell
Set WSHShell = CreateObject("WScript.Shell")
cmmd = "<any DOS command>"
WSHShell.Run cmmd
Thanks
Suhaib