L
lawsonchan
Here is part of my device update script, I need to restart my computer
and then followed by the delete command.
// Reboot
REBOOT,,DAREBOOTOPT_REBOOT
// Delete old file
DELETEFILE,,,D:\CABLETEST\A_old.exe.exe
However, the reboot command actually shutdown my computer without
restart. In addition, the delete command never execute after the
computer restart. Anyone has similar problem like this?
and then followed by the delete command.
// Reboot
REBOOT,,DAREBOOTOPT_REBOOT
// Delete old file
DELETEFILE,,,D:\CABLETEST\A_old.exe.exe
However, the reboot command actually shutdown my computer without
restart. In addition, the delete command never execute after the
computer restart. Anyone has similar problem like this?