Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

How to? update error?

Oct
356
2
Hello -- I just tried to do an update on take cmd (v14) and got an error message that the config/ini file was invalid -- the error text says the first line should be ";aui" -- were is the location of this file? thx
 
Location may differ by OS. For me it's here:

Code:
C:\Users\vefatica\AppData\Roaming\JP Software\Take Command 15.01\updates\tcmdupdate.aiu
 
Hello -- I just tried to do an update on take cmd (v14) and got an error message that the config/ini file was invalid -- the error text says the first line should be ";aui" -- were is the location of this file? thx

Code:
%_ininame

returns the fully qualified pathname of the INIfile used by the current shell.

Joe
 
Code:
%_ininame

returns the fully qualified pathname of the INIfile used by the current shell.

The updater uses a different .INI file, though. It's named UPDATER.INI and lives in the program directory. You can
Code:
echo %@iniread[%@path[%_cmdspec]updater.ini,general,url]
to see the URL of the AIU file.
 

Similar threads

Back
Top