trouble with command line pc
on the mac side I have command line working. But on the pc side I can not figure this out.
on mac it is this
deleteF="rm -r "+myNumPhoto.slice(0,39)+"imaging/*";
app.system(deleteF);
on the PC i am trying to do the same thing with this.
deleteF="RD /S \\TEST\test"
it runs the command but I get system cannot fine file specified.
if I run the slashes the other way it doesn't work at all any suggestions would be greatly appreciated.
