
September 10th, 2001, 02:04 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
problem with WScript.Shell
Originally posted by : Sylvain Lewandowski (sylvain.l@webmails.com)Hi everybody,I've a problem using WScript.Shell.I've made an ASP application which runs commands lines on the server :set WSHShell = Server.CreateObject("WScript.Shell")sZip = iZip = WshShell.Run (sZip, ,true)My computer has been reinstalled with Windows Millenium, and now I cannot run those commands lines. There's no errot message, yet it doesn't work, that's to say it does nothing.The asp files hasn't been changed.It's very very very urgent,Can someone help me, pleeease ?Thanking you in advance,Sylvain
|