RobGalanakis
01-01-2009, 05:37 PM
makeDir "C:\\doscmdtest\\"
true
str = "rmDir -r C:\\doscmdtest\\"
"rmDir -r C:\doscmdtest\"
hiddendoscommand str
-- Error! CreateProcess(cmd /e:on /d /c "rmDir -r C:\doscmdtest\") failed!
false
doscommand str
2
DosCommand works while HiddenDosCommand does not? What the deuce? (not just rmDir, also happens with mkDir)
true
str = "rmDir -r C:\\doscmdtest\\"
"rmDir -r C:\doscmdtest\"
hiddendoscommand str
-- Error! CreateProcess(cmd /e:on /d /c "rmDir -r C:\doscmdtest\") failed!
false
doscommand str
2
DosCommand works while HiddenDosCommand does not? What the deuce? (not just rmDir, also happens with mkDir)
