Viewfix v1.01
Programmed By: Alzirr
Date: January 31, 2000
---------------------------------------------------
Viewfix is a utility that reads the PCBVIEW.TXT file created by PCBoard's
built-in PCBVIEW.EXE utility. It scans through the file fixing any Y2K
issues.
To install Viewfix you will need to edit your PCBVIEW.BAT file.
Look for this section...
:zip
viewzip %1
goto end
...and change it to look like this...
:zip
viewzip %1
viewfix <=- Notice this line.
goto end
You will need to put VIEWFIX.EXE in one of the directories that is listed
in your PATH statement. Such as C:\PCB.
Error Codes Returned (Just in case you wanted to know):
0 - Normal Exit
1 - Error opening PCBVIEW.TXT
2 - Error creating PCBVIEW.$$$ (Temp File)
3 - Unsupported PCBVIEW.TXT format
Note: I release this utility as freeware and will not be held responsible
for any weird actions it may cause. I have tested it on my system
and found it to work just fine. I haven't tested it with any other
archives other than ZIP. Use at your own risk. :-)
---------------------------------------------------
What's New Since v1.0
Compiled in Turbo Pascal instead of Visual C++ - It decreased the file
size by 26K.
---------------------------------------------------
This program is brought to you by SysOp of The Nexus BBS.
Dial-Up: 856.875.0968
Telnet: bbs.nexusbbs.com
URL: www.nexusbbs.com
E-Mail: alzirr@nexusbbs.com