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...