home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
sysutl
/
jobs32.arc
/
GO2.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-04-15
|
972b
|
43 lines
ECHO OFF
REM Installation Batch Modified for SDN Distribution
ECHO SDN Distribution Copy ... REQUIRES PAK
:UnPack
PAK E %1\jobs32A1.SDN %2\jobs-sw
PAK E %1\jobs32A2.SDN %2\jobs-sw
%2
echo off
cls
jobs-sw /n
if not exist read.me goto note2
cls
echo. Please Note:
echo.
type read.me
echo.
pause
:note2
cls
echo.
echo. To run JOBS-SW from now on just enter:
echo.
echo. JOBS-SW
echo.
echo. at the DOS prompt. It is even more convenient to add this
echo. command as the last line in your AUTOEXEC.BAT file.
echo.
echo.
echo.
echo. Please set aside some time to explore and experiment with
echo. JOBS. We guarantee that the time spent learning to use JOBS
echo. will be repaid many times over.
echo.
echo. Enjoy..... Bob Tellefson, programmer
echo. Jack Gallivan, documentation and support
echo.
pause
echo off
%2
cd \jobs-sw
erase go2.bat
:END