|
The only lines the .bat file really needs are the following -
attrib -R data1.cab
attrib -R data1.hdr
attrib -R data2.cab
i6comp r data1.hdr runblack.exe
attrib -A +R data1.cab
attrib -A +R data1.hdr
attrib -A +R data2.cab
You can manually delete the other files once the bat file has run.
Once you have copied the files to hard drive you can simply go Edit-Select all-Properties and then remove the tick from read-only.
Then the only line you need is -
i6comp r data1.hdr runblack.exe
On slower machines it takes a little time to finish.
|