I am using a converter on many files. Usually I just do it one by one but that takes time. I want to be able to select multiple files with CTRL+Lclick, right click, send to a batch.cmd that then runs this code:
"cmd /c dewssdos -P @file"
@file being one file from the "send to" list.
But I have no idea how to do it. I don't know how windows stores the list of files I just sent and how to access that list.
http://technet.microsoft.com/en-us/library/bb490909.aspx
This seems to be somehow related but I am a code noob and have no idea what to do here.
Can you guys help me out?
Thanks a ton!