How to? update error?

Oct 18, 2008
346
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
 
May 20, 2008
12,171
133
Syracuse, NY, USA
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
 

Charles Dye

Super Moderator
Staff member
May 20, 2008
4,689
106
Albuquerque, NM
prospero.unm.edu
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