ShowCFG parameters

Bubbancs

New Member
Hi there!

I have a question:
How can I export current progress configuratios into a .txt file with the help of showcfg.exe

10x.
Bubu
 
Well, you can't, as far as I know. This doesn't seem to be a program that have its output redirected using DOS.

But there's nothing stopping you from reading the 'progress.cfg' file directly and getting the information that way. ProTools already does it - look at the second icon on the ProTools palette (the magnifying glass with the letter i).

This runs a procedure called '_procfg.w' which is usually stored in the procedure library dlc\src\protools.pl. Extract the file from the library and have a look at the Get_CFG internal procedure to see how it reads the .cfg file and extracts the same information as shown by 'showcfg.exe'.

HTH
 
The answer is there (_procfg.w in protool.pl) :

there's a tool called showcfgd.exe that export the cfg file out :

%DLC%\bin\showcfgd.exe c:\yourcfgfile.cfg > c:\result.txt

This produce a readable ASCII file (result.txt) that contains all the products and serials installed.
 
Top