EDCFG
|
Change entries in *.ini files from command line |
Single entries in ini-files can be read or written from the command line.
|
Some usage examples: |

Simply reset some Agent defaults by .. |
EdCfg C:\AGENT\DATA\AGENT.INI @agent.txt
|
|
.. with agent.txt containing something like .. |
Article/ShowRaw=0 Article/ShowHeader=0 Article/UseFixedFont=1 Article/WordWrap=0
|
|
|

You can read entries from ini-files like in this example
(that shows how to detect if FritzWeb is online):
|
fw_cost -o online.ini edcfg online.ini ZUGANG=All/zugang ONLINE=All/online echo ZUGANG=%ZUGANG% echo ONLINE=%ONLINE% if %ONLINE%.==1. echo We are connected to %ZUGANG%.
|
|
|

Another useful example is resetting Winamp to your preferred default state by .. |
EdCfg C:\PROGRA~1\WINAMP\WINAMP.INI @winamp.txt
|
|
.. with winamp.txt containing something like .. |
Winamp/shuffle=0 Winamp/repeat=0 Winamp/Timeleftmode=0 Winamp/Minimized=0 Winamp/Windowshade=0 Winamp/Pe_height=14 Winamp/Pe_height_ws=319 Winamp/Pe_open=1 Winamp/Pe_width=275 Winamp/Pe_wx=1325 Winamp/Pe_wy=116 Winamp/Wx=1325 Winamp/Wy=0
|
|
|
 | Help | View command line help |
|
|
 | Win9x binary |
Size: 26.8 Kb /
Last update: 10.Nov.2002 |
|
|
If you detect any errors
or have suggestions
please feel free to send a
Thanks for your help.
|