[thelist] Vbscript question

lordcutter at telocity.com lordcutter at telocity.com
Fri Apr 5 08:09:03 CST 2002


Hello,

I have been asked to write a simple vbscript that will
execute a file for an installer (the installer only
supports vbscript for some reason) here is what I have
tried:

Dim Winshell
Set Winshell = CreateObject("WScript.Shell")
RCode = Winshell("dir",0,True)

from the docs I have read, this should work - am I
missing something?

thanks,
Cameron





More information about the thelist mailing list