mscallisto
Technical User
I suspect the following shell commands are not working.
When the message box pops up I click in the desktop and refresh the screen with F5 and still see the files I thought I deleted.
How can I monitor whats going on with the shell results e.g. "file not found" etc.?
When the message box pops up I click in the desktop and refresh the screen with F5 and still see the files I thought I deleted.
How can I monitor whats going on with the shell results e.g. "file not found" etc.?
Code:
Shell "command.com /c cd C:\Documents and Settings\smills\Desktop\"
Shell "command.com /c del Pipey.txt"
Shell "command.com /c del Log.xls"
MsgBox ("Deleted")