Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 93817

Re: trouble with command line pc

$
0
0

alot of the problem was with all of the backward slashes. They need return characters. That said I ended up making a string. Here is what I used.

    myNumPhoto=app.document.presentationPath;    s=myNumPhoto.slice(0,42)    s.toString();    s=s+"imaging";      deleteF="RD /S /Q "+s;      addF="MD "+s;      app.system(deleteF);      app.system(addF);

I had to delete the folder then add it back in on the PC because the RD command does not except wildcard characters.


Viewing all articles
Browse latest Browse all 93817

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>