TDMIS 0 Report post Posted September 9, 2007 What command would i use to delete a ".exe". I tried filedelete and nothing. My path is correct to the EXE. Share this post Link to post Share on other sites
Didonet 0 Report post Posted September 9, 2007 Do you have the permissions to delete? Share this post Link to post Share on other sites
TDMIS 0 Report post Posted September 9, 2007 Yes i have full administrator rights Share this post Link to post Share on other sites
Didonet 0 Report post Posted September 9, 2007 (edited) FileDelete("D:\dir\*.exe") ...tested! Did u get some errors or something...? Edited September 9, 2007 by Didonet Share this post Link to post Share on other sites
TDMIS 0 Report post Posted September 9, 2007 Nope no error when i ran the script !!! Share this post Link to post Share on other sites
Didonet 0 Report post Posted September 9, 2007 Nope no error when i ran the script !!!Can u show the script? Share this post Link to post Share on other sites
Emiel Wieldraaijer 8 Report post Posted September 9, 2007 - When the file is in use .. it cannot be delete - futher if the file is readonly it cannot be delete You can check the process state with WinGetProcess You can change the readonly state with FileSetAttrib Emiel Best regards,Emiel Wieldraaijer Share this post Link to post Share on other sites