home *** CD-ROM | disk | FTP | other *** search
- : ┌─────────────────────────────────────────────────────────────────────────┐
- : │ 4 4 DDD OO SSS 4 4 00 │
- : │ PKBTM Version 1.20 for 4 4 D D O O S 4 4 0 o0 │
- : │ 4444 D D O O SSSS 4444 0o 0 │
- : │ (C) 1992 FMMO Publications 4 D D O O S 4 0 0 │
- : │ Informatiques Enr. 4 DDD OO SSS 4 . 00 │
- : │ │
- : │ [Non-Registered Version] 04-24-92 │
- : ├─────────────────────────────────────────────────────────────────────────┤
- : │4DOS is a trademark of JP Software P.O. Box 1470 East Arlington, MA 02174│
- : └─────────────────────────────────────────────────────────────────────────┘
- :
- : PK.INI Holds the environment variables used by PKBTM.
- :
- : IT MUST be configured according to your system !
- :
- : There is about 30 variables to configure. It should take around 4 minutes !
- :
- : ──────────────────────────────────────────────────────────────────────────
-
-
- Configured=no
-
- : This environent variable must be set to yes so that DESCBTM knows that you
- : have configured DESCVAR.LST to fit your system needs !
-
- DownloadDir=c:\download
-
- : This environment variable holds the directory in which you store the files
- : you download with your modem.
-
- DownloadDirTry=c:\download\try
-
- : This directory must exist before running PKBTM. Its purpose is to receive
- : files that are extracted from the archive, for you to try.
-
- ProcessFile=d:\process.lst
-
- : This temporary file holds a list of the directories that are processed in the
- : procedure of recursive archiving of PKBTM. PKBTM will run faster if this
- : temporary file is written to a RAMDISK. Also, PKBTM will no delete those
- : temporary files, thus if thos files are on a RAMDISK, they will be deleted
- : on the next boot-up !
-
- TempDir=c:\download\tempdir
-
- : This directory is used by PKBTM to convert files of other archive format, to
- : the zip format. This directory is created and removed by PKBTM, thus, DO
- : not use an already existing directory.
-
- Menusel=pkmenu.fmo
-
- : Put here the location and the name of the %menusel file used by the %@select
- : function in PKBTM. You can just put the filename if this file is in your
- : path.
- :
- : Example: menusel=d:\pathname\pkmenu.fmo
- :
- : This is the original inside of the pkmenu.fmo file
- :
- :--- Cut ---
- :°0
- :°1
- :°2
- :°3
- :°4
- :°5
- :°6
- :°7
- :°8
- :--- Cut ---
-
- FlagForLogo=No
-
- : This variable tells PKBTM wheter or not to include a BBS zip file
- : logo/comment specified by the logofile variable.
- : Put FlagForLogo=Yes for this action to occur.
-
- LogoFile=c:\logo\fmmobbs.asc
-
- : This variable holds the location of your zip file BBS comment/logo that you
- : whish to include in your zipped archive.
- : The use of this file is triggered by the flagforlogo variable.
-
-
- Nodesc=Not described yet!
-
- : This variable holds the default description for any undescribed file
-
- : ────────────────────────────────────────────────────────────────────────
-
- : Those following lines hold the path for your archivers/scaners/listers
- : You probably will not need to modify those lines, if they already are in
- : your path. Otherwise, include the whole path.
- : Example : PkunzipPath=c:\pkzip\pkunzip.exe
-
- PkunzipPath=pkunzip.exe
-
- PkzipPath=pkzip.exe
-
- LzhPath=lha.exe
-
- ZooPath=zoo.exe
-
- ArjPath=arj.exe
-
- ArcPath=pkunpak.exe
-
- ScanPath=scan.exe
-
- Listpath=c:\list\list.com
-
- : Those lines are used when deleting a big amound of files that you would not
- : need to unerase. This example turns Erase Protect off when deleting.
-
- Deleteprotect_off=c:\nu\ep /off
-
- Deleteprotect_on=c:\nu\ep /on
-
- : ─────────────────────────────────────────────────────────────────────────
-
- ScanOpt=/nomem
-
- : This variable holds the command line switches for your scanner
-
- : ──────────────────────────────────────────────────────────────────────────
-
- : The following variables hold temporary files created by PKBTM.
- : Ideally, put them on a RAMDISK. PKBTM will not delete those files, even if
- : they are no more in use. D: is my Ramdrive !
-
- Arcfmmo=d:\arcfmmo.lst
-
- Dirlist=d:\dirlist
-
- Liste=d:\liste
-
- Toziplst=d:\toziplst
-
- : ──────────────────────────────────────────────────────────────────────────
-
- Diropt=/4 /b /k
-
- : This variable holds the command line switches for 4DOS dir command
-
- Afterquit=setdos /m1^%cursor_on^endlocal
-
- : This variable contains the sequence of commands to execute automatically
- : upon exit of PKBTM. You could insert a DEL command to delete your
- : temporary files.
-
- KeystackPath=kstack.com
-
- : Put here the path\kstack.com, or just kstack.com if kstack.com is in your
- : path ! Example: keystackpath=d:\pathname\kstack.com
-
-
- Desc_List=desclist.fmo
-
- : This file contains the list of descriptions. You can just put the filename if
- : this file is in your path. Example: desc_list=d:\pathname\desclist.fmo
- :
- : The format of this file is
- :
- : Description1
- : Description2
- : Description3
- : ...
-
- Boxstyle=4
-
-
- : This variable contains the style of the boxes drawned by the drawbox function
- : 0 is transparent
- : 1 is single
- : 2 is double
- : 3 is single on top and double on sides
- : 4 is double on top and single on sides
-
- Cursor_On=setdos /s10:30
- Cursor_Off=setdos /s0:0
-
- : Those variables set the shape of the cursor. Refer to 4DOS.DOC for more info.
-
-