Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: DOS batch file - not recognized as an internal command ...  (Read 22350 times)

0 Members and 1 Guest are viewing this topic.

Salmon Trout

  • Guest
Re: DOS batch file - not recognized as an internal command ...
« Reply #15 on: June 20, 2011, 11:23:30 AM »
This is all you really need. The rest is just bells and whistles.

Code: [Select]
for %%A in (%ddir%\*.gz) do %zdir%\7za.exe e "%%~dpnxA" -o%tdir% -aoa
for %%B in (%tdir%\*.tar) do %zdir%\7za.exe e "%%~dpnxB" -o%gdir% -aoa