What I am wanting to do is when I right click on a file have an option to run a command.
for example:
-filebot -rename "filename"
This command would execute if I clicked on the option in the right click menu
I have a batch file that I use to:
Create a restore point, then swap out my modified system files. I store the "Sleep.exe" file in the same folder as the batch file.
The script goes something like:
echo Please wait while a Restore Point is made.
sleep 17
Take ownership,Rename Replace, Blah...