Had tried all these, just dropping them in without changing the command/argument format, obviously they didn't work. I just remember ages ago that some unzip programs used to use the same format. Was just being lazy!
Anyway, further investigation seems to show that the command line unrar program won't decompress zip files only rar files, at least that's what it tells me.
Also, for anyone who's interested the code for 7za and unzip are as follows:
Code: Select all
Run_Program(%dbpath%\7za.exe||x %gamepath%\harddisk.zip -o%gamepath%\Harddisk||wait)
Run_Program(%dbpath%\unzip.exe||%gamepath%\harddisk.zip -d%gamepath%\Harddisk||wait)
Maybe one of these could be substituted for pkunzip in a future GBST release?