BROWSER.INI entries:
You can customize Browse and View by using a BROWSER.INI file. Just create an ASCII text file and name it BROWSER.INI using Windows' Notepad or any text editor. Some of the changes you can make to the appearance and operation of the program include:

[Settings]
StartHTML=MAIN.HTM

Use the StartHTML identifier to define the name of the file you want Browse and View to start up with. If you do not define this entry then the default file INDEX.HTM will be used.


Use the StartWAV identifier to define the name of a WAVE audio file you wish to have played when Browse and View begins.

[Settings]
StartWAV=MYWAV.WAV


Use the StartMID identifier to define the name of a MIDI audio file you wish to have played when Browse and View begins.

[Settings]
StartMID=MY-MIDI.MID


Use the StartAVI identifier to define the name of a AVI animation/video file you wish to have viewed when Browse and View begins.

[Settings]
StartAVI=SHOWME.AVI


Use the following entry to turn off the fly-over hints:

[Hints]
Show=0


Use the Width, Height, Top and Left identifiers to define the default startup window position.

[Position]
Width=594
Height=447
Top=160
Left=215


The following entry will turn OFF the button bar that normally appears at the bottom of the window.

[Buttons]
Visible=0

To turn ON the button bar (which is the default), use Visible=1

 

Return to Main Page