Ofc doesn't create the folder but passes "hello" to the .bat file correctly:
Code: Select all
open """D:\!tests\bat\test.bat"" ""hello""", "w";
Code: Select all
open """D:\!tests\bat\test.bat"" ""hello""", "we";
.bat content:
Code: Select all
echo 1: %1
mkdir "C:\Program Files (x86)\Test"
XYplorer Beta Club