home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1996 December
/
VPR9612B.ISO
/
driver
/
novell
/
c32win95
/
dosv
/
makedisk.bat
Wrap
DOS Batch File
|
1995-12-22
|
220b
|
14 lines
@echo off
REM * "CoPyRiGhT=(c) 1995 Novell, Inc. All Rights Reserved."
REM * VeRsIoN=1.00
cd image
nwmkdisk /f ________\mkdkw95.scr
if ERRORLEVEL 255 goto BackToRoot
goto Done
:BackToRoot
cd ..
:Done