Marco Gaiarin wrote:

(...)

> The trouble arises with remove. Both the command del and rd fail, with
> no clue on system events.

There is no "del" or "rd" command. If you don't believe, try to find 
them on your C: drive.


> Note that if i run the commands in a cmd shell (and also if i run
> the copy/xcopy install command with long file name) both works.

They are cmd.exe builtins; from external programs, start them with:

cmd /C del ...


Also, make sure to run them with a quiet flag, if they have such a flag 
(if not, redirect everything to >NUL).
Otherwise, if you log to the event log, it will overfill (if you 
copy/delete lots of files), and weird things will happen (wpkg.js not 
working when started with /quiet flag, some services breaking etc.).

-- 
Tomasz Chmielewski
http://wpkg.org


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to