in reply to Deleting the Currently Running Script in Win XP
Yet another (untested) way would be to schedule the deletion to reboot
I do believe these deletions happen long before the scripts in Startup folder.use Win32::FileOp qw(DeleteAtReboot); DeleteAtReboot($filename);
Jenda
XML sucks. Badly. SOAP on the other hand is the most powerfull vacuum pump ever invented. |
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Deleting the Currently Running Script in Win XP
by Dru (Hermit) on Oct 04, 2005 at 18:27 UTC |