fmplugin Posted September 28, 2004 Posted September 28, 2004 Greetings, I would like to be able to delete a file using the dos command line. I can use the send message script and get it to work one level deep: Ex. cmd /c DEL c:myfile.txt But when I try to go multiple levels down I cannot get it to work EX. cmd /c DEL c:Program FilesFileMakerFileMaker Pro 7Web logsmyfile.txt How do I escape the empty spaces between the directory names? Thank you for any assistance with this. Joe Mele
gdurniak Posted September 28, 2004 Posted September 28, 2004 to use windows long file names, you must put the path in quotes, e.g. cmd /c DEL "c:Program FilesFileMakerFileMaker Pro 7Web logsmyfile.txt" gregory durniak
Recommended Posts
This topic is 7364 days old. Please don't post here. Open a new topic instead.
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