1:: Name: paxplode
2:: Author: Plombo
3:: Frontend for borpak that emulates the "paxplode" utility.
4:: Put this file in the same directory as the borpak executable.
5@echo off
6
7if (%1) == () goto USAGE
8if not (%2) == () goto USAGE
9
10%0\..\borpak %1
11goto END
12
13:USAGE
14echo Usage: %0 pakfile
15goto END
16
17:END
18