home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Pcwktxt / Y2k / YES2K2 / YES2KV20.EXE / Y2DOSWIN.BAT < prev    next >
DOS Batch File  |  1998-08-26  |  311b  |  11 lines

  1. @echo off
  2. if "%windir%"=="" goto dos
  3. REM We're running Windows 95/98 so run the Yes2K Windows scanner and
  4. REM take the workstation name from Network, Properties, ID, Computer Name
  5. yes2k /wc /pn
  6. goto end
  7. :dos
  8. REM Run the Yes2K DOS scanner and prompt the user for the workstation name
  9. yes2kdos /pn
  10. :end
  11.