1
vote
1answer
174 views

Automating Unix Command Line Application that Asks for Input

I'm trying to automate a Unix command script and pipe the output to mailx so I can know if I need to manually edit files before FTPing them. A lot of this is automated, but due to a bug I need to ...
1
vote
1answer
50 views

Is there a way to include individual file names in the master file I make in CMD line?

I have thousands of .prt files that I'm combining in CMD using "copy /b *.prt newfile.prt". I'm importing those into Excel, and it works just fine, other than I would love to include the individual ...
0
votes
1answer
582 views

Set a shortcut's “Start In” directory in batch file

In my case, I have an executable in a different folder to the data, and am linking them using shortcuts with the Start In dir modified, for example: C:/Test - Data dir C:/Test/3 - Exe dir Shortcut: ...
3
votes
3answers
164 views

Opening Command Line ('cmd') From Explorer

Say I want to go to my documents folder and open a cmd session that starts in that folder. How might I do that? :)