Forum: Bugs
Topic: [UltraISO 9.3.5.2716] -chdir not always work
started by: GCRaistlin

Posted by GCRaistlin on May 26 2010,19:06
-chdir doesn't work for directories that were created by -newdir. The following parameters' set doesn't work as expected:
CODE
-newdir /abc -chdir /abc -f C:\Test.txt

It will place C:\Test.txt to the root directory instead of /abc.

Posted by xoben on May 27 2010,22:37
-newdir can only create directory in current position, '/' should not be included.

-newdir abc -chdir /abc -f C:\Test.txt

Posted by GCRaistlin on May 28 2010,13:18
Thanks!
But it's funny that erroneous specifying of '/' in newdir argument prevents chdir from working while newdir itself is working fine.