View Single Post
  #897  
Old 03-01-2013, 02:21 AM
Anywho Anywho is offline
Batch File Basher
 
Join Date: Jul 2010
Posts: 204
Anywho is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Just an update to the above post...

If you want to fix it yourself, just open the iView_Downloader_v15.85.bat file in a plain text editor such as Notepad (NOT Word or WordPad!) and change line 55 from:
Code:

if "!AUTHLN!" == "9"
to:
Code:
if "!AUTHLN!" == "10"
and save the newly modified file as iView_Downloader_v15.86.bat and use that.

edit: New links to fixed files are in the Wikia (see first post on the first page of this thread for links to Wikia)

Last edited by Anywho : 03-01-2013 at 02:50 AM. Reason: Updated files
Reply With Quote