|
Answer» Good afternoon.
WinRAR and WinZip have the options in the context menu called: "Extract to here" and "Extract to nameofthearchive\"
I'm making this for all images, using the program called MagicISO which has an extra inbuild exe for command line extracting. This is the line: "C:\Program Files\Magic ISO\miso.exe" "example.iso" -x "C:\example destination"
What is the code to retrieve the orginal file name except for the extension and paste it in the destination PART, just like WinRAR and WinZip so that if I make an extra context menu OPTION named "Extract to filenamewithoutextension" for example "Extract to *censored* Number Two\", it will extract in the folder which name is the same as the archive/image. Something like this: MD "%nameofthefile%" So that it RETRIEVES his name from the file!
Thanks in advance!
Greetz RUBEN
|