ScriptViewer INI File Format

Return to ScriptViewer Main

The application requires an INI file:

[General]
HomeDir=c:\ScriptViewer
Port=8000

[Extensions]
.php=php4isapi.dll
.pl=perlis.dll

[Interface]
Height=500
Width=600
ShowSourceTab=0
ShowScriptTab=1
ShowOptionTab=1
Viewer=MSIE

The INI file supports system-defined values:
%tmp = Temporary Directory Path (like c:\temp)
%win = Windows Directory Path (like c:\windows)
%sys = System Directory Path (like c:\windows\system32)
%exe = ScriptViewer Executable Path (like c:\scriptviewer)
%cmp = Name of the computer (like COMPUTER123)
%usr = Username of the person logged in (like DAAROND)

Use them in the INI file, like:
HomeDir=%exe\web

©2000-2001, Angora Software. All rights reserved under law.