gocool Posted April 12, 2012 Posted April 12, 2012 (edited) hi,i would like to integrate this bat script to my context menu.so,that i can perform the operation on any folder without the need of bat script being present in the directory i am working...for %%I in (*.zip) do "C:\Program Files\WinRAR\WinRAR.exe" d -ibck "%%I" "Temp"I use an application called open++ for creating context menu entry.Some alterations has to be made in the bat script so,that when i call it from context menu.The bat script should be able to get the current directory and then carry out the rest of the operation.I don't know how to do this part so,could anyone help me... Edited April 12, 2012 by Tripredacus fixed url
Tripredacus Posted April 12, 2012 Posted April 12, 2012 We have another topic that adds things to the context menu, not sure if it will help any...
bphlpt Posted April 12, 2012 Posted April 12, 2012 So what do you think you ARE looking for?Cheers and Regards
gunsmokingman Posted April 12, 2012 Posted April 12, 2012 Why not just put the script in the SendTo folder.
gocool Posted April 13, 2012 Author Posted April 13, 2012 @gunsmokingmanThanks,that does the job Greetings.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now