Aww men..
Why can't I make this work?..
objShell.Run (cmd,0,True)
but this one works..
objShell.Run (cmd)
This line of code is inside a Sub, when I browse the asp page, it says there's an error in the page.
Type mismatch 'RunMe'
RunMe is the name of the Sub.
So what exactly am I doing wrong?...
Thank you in Advance!!