home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
spredsht
/
qube310.arc
/
HARDDISK.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-12-12
|
569b
|
17 lines
echo off
echo ********************QubeCalc Install Program***********************
echo This program assumes several things:
echo 1. The QubeCalc floppy disk is in drive A:
echo 2. Your HardDisk is drive C:
echo 3. You do not have a directory on your HardDisk named QubeCalc.
echo If any of these assumptions are wrong then hit Ctrl-Break to exit.
echo Hitting any other key will begin the installation procedure.
echo *******************************************************************
pause
C:
CD \
MKDIR QUBECALC
CD QUBECALC
COPY A:*.*
A: