Page 2 of 2

Posted: Thu Sep 11, 2014 9:38 pm
by ray.wurlod
That, or try escaping the backslashes.

Code: Select all

DIR /B C:\\XML\\TEST.xml
But, with UNIX commands, you will still have the problem that drive letter is not recognized. MKS Toolkit regards the current drive as "the filesystem" and its root as the filesystem root. So you should probably (a) make sure that C: drive is current, and (b) use ls /XML/TEST.xml (note, too, that directory and file names in UNIX are case-sensitive).

Posted: Thu Sep 11, 2014 10:10 pm
by collabxchange
Finally, I was able to get it done with directions from the below link! Thank you everyone for your help and guidance.

https://www.youtube.com/watch?v=PLJGVSPtBHA