XtremeMaC Posted June 3, 2004 Posted June 3, 2004 Hi therewell i know how to do these by command prompt etc..now I want to right click on the archived file ie *.dl_ and be able to extract it to the same folder.now i've tried somethings but it doesn't workalso I couldn't find a way to do it for all *.*_'s I tried that *.*_, its supposed to work but I cant even manage to extract a dl_ fileactual question how would I get the filename from dos prompt?what I mean by thatif I usec:\windows\system32\expand.exe -r command obviously it cannot find any file to process. is there a way to get the filename? any help? thanks...
FrankE9999 Posted June 4, 2004 Posted June 4, 2004 All you have to do is add "%l" to the command.expand -r "%l"--------------------------------------------REGEDIT4[HKEY_CLASSES_ROOT\.dl_\shell\Expand]@="Expand"[HKEY_CLASSES_ROOT\.dl_\shell\Expand\command]@="expand.exe -r "%l"--------------------------------------------I have never been able to get wild cards working in the context menu.While you are testing you may want to use cmd /k expand.exe -r "%l" so the DOS window stays open after running the expand command.
XtremeMaC Posted June 4, 2004 Author Posted June 4, 2004 thank u i had tried %i but L i couldn't think ofI'm gonna try those,let u know if the wildcard works...
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