home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 mARCH
/
PCWK3A99.iso
/
Pcwktxt
/
Y2k
/
YES2K2
/
YES2KV20.EXE
/
Y2DOSWIN.BAT
< prev
next >
Wrap
DOS Batch File
|
1998-08-26
|
311b
|
11 lines
@echo off
if "%windir%"=="" goto dos
REM We're running Windows 95/98 so run the Yes2K Windows scanner and
REM take the workstation name from Network, Properties, ID, Computer Name
yes2k /wc /pn
goto end
:dos
REM Run the Yes2K DOS scanner and prompt the user for the workstation name
yes2kdos /pn
:end