johnhc Posted July 28, 2009 Posted July 28, 2009 (edited) Using WPI 7.6.0 and a {MAKEDIR} failed. The error I got was:*** Fail *** (returned code undefined): {MAKEDIR}"C:\Documents and Settings\John\Application Data\Thunderbird" I copied the command from the log file, pasted it into a command prompt, changed the {MAKEDIR} to md and it worked. I am running XP x64. Thanks for your help. Enjoy, John. Edited July 30, 2009 by johnhc
johnhc Posted July 28, 2009 Author Posted July 28, 2009 Thanks, Kels. I changed it to Cmd /C MD "%AppData%\Thunderbird" and it worked. Enjoy, John.
mritter Posted July 29, 2009 Posted July 29, 2009 If that is the exact text from the log file, then you didn't put a space after {MAKEDIR}. It works fine for me.
johnhc Posted July 29, 2009 Author Posted July 29, 2009 mritter, that is the exact text and I don't remember deleting the space, but I just tried it again and it works fine. The space was there, I just added my path and all is OK. Thanks, John.
johnhc Posted July 29, 2009 Author Posted July 29, 2009 Kelsenellenelvian and mritter, I think I understand how I did this. I selected MakeDir, then selected another command to copy the path. When I went back to the {MAKEDIR} command line, the blank after {MAKEDIR} was gone. I will pay more attention. Sorry about that ghost. Enjoy, and thanks, John.
diginode Posted August 8, 2009 Posted August 8, 2009 actual code written ascase '{MAKEDIR}': cmd=("CMD /C " + cmd.replace(/{MAKEDIR}/gi,'md'));it is works for me, space must be maintained.
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