Quote:
Originally Posted by dmcNero92
@up that will useful if someone will post here 
for my backups i use setup.bad so i need command to unpack
arc to srep to pcf to arc to FILE 
|
I use this script:
Arc.exe x -y data.arc
del data.arc
srep.exe -d data.srep data.pcf
del data.srep
precomp038.exe -r data.pcf
del data.pcf
Arc x data.arc
del data.arc
cls