fix batch file display for filenames with spaces in them

master
Don Bright 2014-03-31 19:58:01 -05:00
parent 6ce1809828
commit 1ffda82db0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ else:
#cmd = 'start "OpenSCAD Test console" /wait /d c:\\temp cmd.exe'
#cmd = 'start /d "'+starting_dir+'" cmd.exe "OpenSCAD Test Console"'
conbat=os.path.join(build_dir,'mingwcon.bat')
cmd = 'start /d "'+starting_dir+'" "cmd.exe /k '+conbat+'"'
cmd = 'start /d "'+starting_dir+'" cmd.exe "/k" "'+conbat+'"'
print 'opening console: running ',cmd
os.system( cmd )