Peter Hartmann schrieb: > OK I see that copy is not in the path (for SYSTEM i guess?) > since"%WINDIR%\system32\cmd.exe /c copy" works. Is there a way to > add that to the path so I can avoid this for all the commands i want > to use? In fact, there is no copy command. It's a cmd.exe "builtin". So, if no in a cmd.exe window, such commands like copy should be started (for example, in WPKG XML files): cmd /c copy blah blah -- Tomasz Chmielewski http://wpkg.org wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |