Question

call systemcaller to create a directory containing chinese code error


cmd.exe mkdir f:\\\\中文​


2 replies

Userlevel 3
Badge +17

Hi @bouyeijiang​ , ​looks like SystemCaller doesn't support executing a command line that contains non-ascii characters. Hopefully TclCaller with this expression could work for Chinese Hanzi characters.

Tcl Expression: file mkdir C:\\\\中文 

okay!

Reply