home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 February
/
PCWK0297.iso
/
novell
/
32client
/
c3295d_1.exe
/
MAKEDISK.BAT
next >
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