@REM INSTALL.BAT; JLS 10/92 @echo off cls if "%1"=="" goto info if "%2"=="" goto info ECHO Macro Files for BOOKBILD 1.0 FOR WP/DOS will now ECHO be copied to %2 and all other files to %1. ECHO ... ECHO Press any key to proceed with installation, or Control-C to stop now. pause > nul copy *.wpm %2 md %1 copy *.* %1\*.* ECHO Done... ECHO If you haven't already, ECHO type PRINTDOC for instructions on printing the manual. goto end :info ECHO Start INSTALL.BAT with the new directory name to make for ECHO storing the BOOKBILD docs and samples, and the name of the ECHO macro directory used by WordPerfect, usually c:\wp51\wpm or c:\wp51. ECHO ... ECHO If you don't know where WordPerfect keeps your macros, look in ECHO Setup (Shift-F1), (6) Location of Files, and write down the entry ECHO under (2) Keyboard/Macro Files and enter it from the DOS prompt. ECHO (Press Cancel (F1) twice to return to the document screen.) ECHO ... ECHO For example: ECHO INSTALL c:\bookbild c:\wp51 ECHO (Copies package to c:\bookbild, using c:\wp51 for WP/DOS macros.) ECHO INSTALL c:\bookbild d:\wp51\wpm ECHO (Copies package to c:\bookbild, using d:\wp51\wpm for WP/DOS macros.) :end