
Allows you to delete a file after reboot.
Example

Running this code will delete the file "E:\Saved Folder\Sample.docx" after reboot.
plugin command("OS Automation.dll", "file delete after reboot", "E:\\Saved Folder\\Sample.docx")
Allows you to delete a file after reboot.
Running this code will delete the file "E:\Saved Folder\Sample.docx" after reboot.
plugin command("OS Automation.dll", "file delete after reboot", "E:\\Saved Folder\\Sample.docx")
Was this helpful?