Jump to content

Recommended Posts

Posted (edited)

ATM I'm updating the batch files, because I have to add support for DriverPack WLAN. At the same time I'm trying to improve everything so I test everything. During one of these tests I discovered a bug :'(. For some it may be not important at all, for some it can be very important.

It's this code:

Patch_V004.cmd

IF EXIST txtsetup.old GOTO ORIG
IF NOT EXIST txtsetup.old GOTO NEW

which should be:

IF EXIST I386\txtsetup.old GOTO ORIG
IF NOT EXIST I386\txtsetup.old GOTO NEW

Due to this error, the batch file won't detect propery if you had applied my DriverPacks before. It always said 'this is the first time..'.

Consequences:

-If you have applied these batch files twice, then the entries to be added have been added twice. If you have applied it three times, then... and so on... :'(

EDIT: this applies to BOTH methods.

Quick fix:

Edit it manually, as stated above.

The new version should be available within days.

Edited by Bâshrat the Sneaky

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...