Jump to content

Intergrate Batch Script To Context Menu


Recommended Posts

Posted (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 by Tripredacus
fixed url

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...