home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacker Chronicles 2
/
HACKER2.BIN
/
717.INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-22
|
1KB
|
32 lines
echo off
echo ************************************************************
echo * Installation of the MECHAN system *
echo * (Pronounced MECH'-AN) *
echo * Kinematic and Dynamic Analysis of Planar Mechanisms *
echo * Closed-Form Solutions using Kinematic Groups *
echo ************************************************************
echo .
echo 1. If this is an UPGRADE ... BACKUP YOUR CURRENT DATA FILES
echo . before installing MECHAN93.
echo .
echo 2. Insert the MECHAN93 diskette in any floppy drive.
echo . Switch to the drive with the MECHAN93 diskette.
echo .
echo 3. Specify the DRIVE and DIRECTORY where MECHAN93 is to be installed.
echo . Enter install drive_letter: directory_name
echo . Example install c: \mech (Space between entries)
echo .
echo 4. After installation is completed ... After the DOS prompt
echo . Enter init (Create INIT file for your system)
echo .
echo 5. To start MECHAN ... Enter mechan
echo .
echo 6. To ABORT and restart installation enter CTRL-C
pause
echo on
md %1%2
copy mechan93.exe %1%2
%1
cd %2
mechan93.exe