PCBoard Installation Documentation Page 1 of 3 Introduction Pkinsert was designed to be extremely flexible so it would be impossible for me to explore all the possibilities in this document. Instead I will show you my configuration of Pkinsert with PCBoard, hopefully giving you a starting point. Pkinsert Configuration ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Options Menu º º º º Unzip/Temp Files Drive : H Insert Archive Comment : Y º º Req Xtract Space (%Zip) : 200 Delete Disclaimer(s) : Y º º Add File(s) to Archive : Y º º Rename Bad/Virused Zips : N º º Held Archive Rename Ext : HLD Manage Pass/Fail Log : Y º º Keep Result/Error Log : Y º º Test Archive CRC : Y Max. Standard Log Size : 80 º º Corrupt Zip Rename Ext : BAD º º Nested Zip Array Size : 4 º º Scan Archives for Virii : Y Zip Wildcard Array Size : 250 º º Virused Zip Rename Ext : VIR º º McAfee Assoc. SCAN Ver : 7.9V84 º º º º Number Taglines to Keep : 20 º º Identification Tagline? º º 7th Illusion (514)338-1193 (1:167/281@fidonet) º º º ÈÍÍÍ 11/14/91 ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ 06:06:00am ÍÍͼ ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º File Location Menu º º º º Ascii Editor : D:\TOOLS\QEDIT\Q.EXE º º º º Standard Log File : D:\PKINSERT\NODE#.LOG º º Extended Pass Log File : PCBPASS.TXT º º Extended Fail Log File : PCBFAIL.TXT º º º º Virus Comment (Test) : D:\PKINSERT\VIRUSTST.CMT º º Virus Comment (Upload) : D:\PKINSERT\VIRUSULD.CMT º º º º Archive Comment File : D:\PKINSERT\PKINSERT.CMT º º º º Disclaimer(s) Del List : D:\PKINSERT\PKINSDEL.LST º º Add File(s) List : D:\PKINSERT\PKINSADD.LST º º º ÈÍÍÍ 11/14/91 ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ 06:06:00am ÍÍͼ PCBoard Installation Documentation Page 2 of 3 ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Command Line Parameters Menu º º º º Pkzip Del Disclaimer(s) : /dk! /bH:\ º º Pkzip Add Files/Comment : /exzk! /bH:\ º º º º Pkunzip Test Archive : /t º º Pkunzip Extract Files : /xn /ojhsr º º º º McAfee Associates SCAN : /a /nobreak /nomem /nopause /sub º º º ÈÍÍÍ 11/14/91 ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ 06:06:00am ÍÍͼ Batch Files Autoexec.Bat ~~~~~~~~~~~~ Set Tagline=7th Illusion (415)338-1193 (1:167/281@fidonet) Set Pkinsert=/CD:\Pkinsert\Pkinsert.Cfg /S7.9V84 Note - When I upgrade SCAN versions I only have to change the above version parameter. I use Pkinsert.Cfg as a default configuration file for myself. I over-ride this value on the command line for the Board. PCBoard Installation Documentation Page 3 of 3 Pcbtest.Bat ~~~~~~~~~~~ @Echo Off Cls If Exist Pcbpass.Txt Del Pcbpass.Txt If Exist Pcbfail.Txt Del Pcbfail.Txt If Exist Pcbtest.Txt Del Pcbtest.Txt : Strip AV Info : ~~~~~~~~~~~~~ If (%2) == (UPLOAD) StripAV /R /P %1 : Date Stamp : ~~~~~~~~~~ If (%2) == (UPLOAD) Fd %1 : Pkinsert : ~~~~~~~~ D:\Pkinsert\Pkinsert /CD:\Pkinsert\Node.Cfg %1 /%2 /D%3 If Exist Pcbfail.Txt Goto End : Duplicate Check : ~~~~~~~~~~~~~~~ If Exist Pcbpass.Txt Ren Pcbpass.Txt Pcbtest.Txt If Exist Pcboard.Sys Ren Pcboard.Sys Pcboard.Tmp D:\Tools\Zdcs\Zdcsfc %1 %2 If Exist Pcboard.Tmp Ren Pcboard.Tmp Pcboard.Sys If Not Exist Pcbfail.Txt Copy Pcbtest.Txt Pcbpass.Txt >Nul If Exist Pcbfail.Txt Copy Pcbtest.Txt+Pcbfail.Txt >Nul If Exist Pcbfail.Txt Copy Pcbtest.Txt Pcbfail.Txt >Nul If Exist Pcbtest.Txt Del Pcbtest.Txt If Exist Pcbfail.Txt Goto End : Description Import : ~~~~~~~~~~~~~~~~~~ If (%2) == (UPLOAD) D:\Tools\Pcbdesc\Pcbdesc.Exe %1 %3 :End