Florian Effenberger schrieb: > Hi, > > curiously, it doesn't seem to work. I set C:\netinst\offline.bat as > offline script with 60 seconds timeout. The script only consists of > > @echo off > PING -n 30 127.0.0.1>nul > echo debug > c:\netinst\debug.txt > > No debug.txt file can be found after reboot, but when I manually > invoke the script, it works just fine. > > Any ideas on why WPKG Client (1.3.5) even doesn't fire up the offline script? Could you try: echo debug > c:\netinst\debug-pre.txt PING -n 30 127.0.0.1>nul echo debug > c:\netinst\debug-post.txt -- Tomasz Chmielewski http://wpkg.org |