; PlayZip CFG file ; Alignment is not important ; Comments are allowed only on thier own lines.. and must start with ; ; On directories do not include the trailing \ ; NumberOfPlayer = 3 ; ..is for how many programs you are going to use. ; 1 to 1200 are allowed, Though with 1200 Players Things get real slow!! Dearc = pkunzip -o ; Command line to Extract Files May have problems with anything else ; than PKWare Programs though.. Arc = Pkzip -mu ; Command Line to update Archives ArcExt = zip ; What extention the Archives use don't include the "." though ArcView = Pkunzip -v ; Command line to list Archives To do redirection to find file names PlayZipDir = C:\PlayZip ; Program Work Directory where all the temp files are created and the program ; exits to DOS ; Player1 = C:\Playzip\Playcmf.exe ; Player2 = C:\Playzip\Playmod.exe ; Player4 = C:\Playzip\Playmidi.exe ; Player5 = C:\wp51\wp.exe ; Player3 = C:\Playzip\Playcmf.exe ; Player6 = call C:\Playzip\Playjnk.bat <-- for Bat files ; Player66 = C:\Playzip\Playcmss.com ; Command line for program 1 to 200 order doesn't matter.. ; Please include CALL in the line if you are calling a batch file.. ; File1 = Cmf ; File extention program works with.. If more than one ; is used then you'll have to add another Player section ; ; Driver1 = Sbfmdrv Driver that can loaded and unloaded [Optional] ; DriverUninstall1 = /U Parm that uninstalls driver ; ZipLocation1 = C:\PLAYZIp\cMf ; Where the ?_ext.zip files are kept for the player ; Name of Archive files MUST be such as A_ROL.ZIP, B_ROL.ZIP 9_ROL.ZIP ; anything that starts with anything other than 'A'-'Z', '0'-'9', put in ; a archive starting with # such as #_ROL.ZIP would contain ~HELLO.CMS, ; $jnk.ROL, and so forth... ; Black = 0 Grey = 8 ; Blue = 1 BBlue = 9 ; Cyan = 2 BCyan = 10 ; Green = 3 BGreen = 11 ; Red = 4 BRed = 12 ; Purple = 5 BPurple= 13 ; Brown = 6 Yellow = 14 ; White = 7 BWhite = 15 ; Screen Colors for back grounds... BackGround = 5 Foreground = 15 ; example Prossi.bat Created and used by PLAYZIP.EXE ; @Echo Off ; pkunzip -o C:\PLAYZIp\cMf\b_Cmf.zip C:\PLAYZIP BAROK.CMF >nul ; Sbfmdrv >nul ; C:\Playzip\Playcmf CBERRY.CMF >nul ; Sbfmdrv /U >nul ; Del BAROK.CMF >Nul Player1 = C:\Playzip\Playcmf File1 = Cmf Driver1 = Sbfmdrv DriverUninstall1 = /U ZipLocation1 = C:\PLAYZIp\cMf PLAYER2 = C:\PLAYZIP\PLAYROL FILE2 = ROL PARM2 = VOICES.BNK ZIPLOCATION2 = C:\PLAYZIP\ROL player3 = c:\playzip\playcmss file3 = cms driver3 = cmsdrv driveruninstall3 = /u ziplocation3 = c:\playzip\cms