desertcolt Posted August 18, 2005 Posted August 18, 2005 I am using "Run" command to delete a file "abc.txt" in "C" directory say Run("del C:\abc.txt") but its not working. I guess "del" is built in command and I need to use some ".exe" file or some other way to delete the file.
BigDod Posted August 18, 2005 Posted August 18, 2005 You should read the helpfile about "@ComSpec" or "FileDelete". I would favour "FileDelete" Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Valuater Posted August 18, 2005 Posted August 18, 2005 Maybe you could take a look at this http://www.autoitscript.com/forum/index.php?showtopic=14813#hope it helps8)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now