ECHO OFF REM WindhamWoods Publishing distributes MakeDemo to registered users in REM self-extracting .EXE files. In addition, we provide the same files in REM PKZipped format to disk vendors and BBS sysops who prefer it for REM reasons of their own. This installation unpacks either type files, REM depending upon which type it finds in the current directory. However, REM to unpack ZIPped files, PKUNZIP must be accessible via the system REM PATH. WindhamWoods Publishing DOES NOT supply PKUNZIP. REM IF NOT %1!==! GOTO BYPASS ECHO We have three presentations for you to view, each created using ECHO MakeDemo. Take a few minutes and just watch. If you're looking for ECHO a presentation system for BBSs, then small file size is important. ECHO Or if you're looking to put a catalog on a 360 kByte disk, MakeDemo ECHO just might be your ticket. ECHO ECHO First there is a presentation about our BBS, The Old Man BBS. It is ECHO intended for first time callers to download and watch off-line. ECHO PAUSE WWP ECHO MakeDemo is also a powerful tool for creating a sales pitch. Here is ECHO an overview of a Fleet Maintanence System. First sent to a potential ECHO client, the salesperson can talk his or her way through the system ECHO over the phone. ECHO PAUSE WWP FMS.AB ECHO Just to have a little fun, here's another BBS tutorial. It's a little ECHO bit out of this world. Take a look. ECHO PAUSE WWP BBS_FUN.AB ECHO There you have it. You now have the option of installing MakeDemo ECHO onto your system's C:\MDEMO drive/directory, the usual default. If ECHO you do not wish to install MakeDemo at this time or if you do not ECHO wish to install MakeDemo in this default directory, press Ctrl,C ECHO to terminate this program. ECHO ECHO If you wish to change the default drive/directory, press Ctrl,C to ECHO terminate this program. Then re-start this BAT file again, but ECHO include the name of the target drive/directory on the command line, ECHO as in ECHO ECHO GO D:\MAKEDEMO and press Enter ECHO ECHO and follow directions. ECHO PAUSE IF NOT EXIST MDEM5A.EXE GOTO ZIP MDEM5A C:\MDEMO MDEM5B C:\MDEMO MDEM5C C:\MDEMO GOTO END :ZIP PKUNZIP -d MDEM5A C:\MDEMO PKUNZIP -d MDEM5B C:\MDEMO PKUNZIP -d MDEM5C C:\MDEMO GOTO END :BYPASS IF NOT EXIST MDEM5A.EXE GOTO ZIP1 MDEM5A %1 MDEM5B %1 MDEM5C %1 GOTO END :ZIP1 PKUNZIP -d MDEM5A %1 PKUNZIP -d MDEM5B %1 PKUNZIP -d MDEM5C %1 :END ECHO ECHO ECHO That completes the installation. All the MakeDemo files are located in ECHO the MakeDemo directory (either the default drive/directory or the one ECHO you named on the command line.) ECHO ECHO The "MakeDemo" directory has three sub-directories: ECHO ECHO \DIZ contains vendor info, etc. (with more sub-directories) ECHO \EXAM review various MakeDemo creations from .BAT files ECHO \DOC ASCII text docs of latest info, addendums, history, etc. ECHO ECHO We designed MakeDemo for you to access it while working in any other ECHO directory; to be set up much the same as your favorite word processor. ECHO First though, you will need to include the MakeDemo directory in your ECHO PATH statement found in your AUTOEXEC.BAT or CONFIG.SYS file. ECHO ECHO But first, you might prefer to learn a little more about MakeDemo. ECHO Change directory to the \EXAM sub-directory and run the various .BAT ECHO files. You can even try your hand at the creative process by running ECHO the "screen editor" program MDEMO. All documentation is available at ECHO the press of the F1 key. Registered users receive a printed manual ECHO that complements this "help" facility. ECHO ECHO ON