|
From: Leif M. <le...@ta...> - 2003-10-03 18:01:21
|
Mike, As an after thought, I added the following to the top of the script. I don't have a non-NT based machine to make sure that the error is actually displayed correctly however :-/ Cheers, Leif @echo off setlocal if "%OS%"=="Windows_NT" goto nt echo This script only works with NT-based versions of Windows. goto :eof :nt rem ... |