I'd like to have an in-use file moved on reboot:
MoveFileEx(szSrcFile, szDstFile, MOVEFILE_DELAY_UNTIL_REBOOT);
Thanks for your help.
You can, however, wrap those API calls in a C++ or VB COM object
and then call that COM object from script.
-Chad
"John Boenzi" <jbo...@NOSPAM.kelleydrye.com> wrote in message
news:e$G3hLtOAHA.277@cppssbbsa04...
--
Michael Harris
Microsoft.MVP.Scripting
--
G. Born
______________________________________________________
Check out the WSH Bazaar at www.borncity.de
John Boenzi schrieb in Nachricht ...