Ronnie Carlos Tavares Nunes schrieb: > Hi all, > > I'm trying use wget with wpkg, but when I run the script wpkg.js with > debug option, it says: "Cannot find the file..." > The file is there, when i use wget with command prompt, like <wget -O > %TEMP%\file.exe "http://some.server/file.exe"> it works well. > Question: when executing via debug option, wpkg doesn't know that wget > is inside the directory "tools", only when executing during the machine > startup?
Any directory you want to execute programs has to be in your %PATH%. So either adjust your path variable, or give full path to any executable you run. -- Tomasz Chmielewski http://wpkg.org ------------------------------------------------------------------------- wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ _______________________________________________ wpkg-users mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/wpkg-users
