home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 95 Secrets (4th Edition)
/
Windows95Secrets4thEdition.iso
/
dos
/
wintest.bat
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-01-21
|
196 b
|
10 lines
@echo off
SET|FIND "windir=">C:\TEMP_1.BAT
COPY C:\TEMP_1.BAT C:\TEMP_2.BAT
IF NOT EXIST C:\TEMP_2.BAT GOTO :NOWIN
C:\TEMP_2.BAT
:NOWIN
DEL C:\TEMP_1.BAT
ECHO Windows 95, where are you?