View Single Post
  #3  
Old 26-04-2001, 12:33
BOT BOT is offline
Die Hard Member
 
Join Date: Oct 2000
Posts: 1,953
Thanks: 0
Thanked 0 Times in 0 Posts
BOT is on a distinguished road
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.
Reply With Quote