hexchat/win32/deb-extract.bat

3 lines
76 B
Batchfile
Raw Normal View History

2011-02-28 12:59:32 -05:00
@echo off
for %%A in (*.deb) do 7z x %%A && 7z x data.tar && del data.tar