how do i run a shell command from inside a vbs file?
'The following code throws a type mismatch error on the keyword shell
for i=0 to count-1
call shell(....)
next
any help is welcome!
TheMSsForum.com: The Microsoft Software Forum