summaryrefslogtreecommitdiff
path: root/Master/tl-portable.bat
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-07-06 23:13:37 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-07-06 23:13:37 +0000
commit7feea261bf7f5a8afa8241dddf6c30e30cf8fde4 (patch)
tree41dcc2e2cd46f405c5084824d8c57c32080b048d /Master/tl-portable.bat
parentb51040275dce020b30b347d6459afab59f150511 (diff)
removed Windows NT check, didn't work well with 4NT shell
git-svn-id: svn://tug.org/texlive/trunk@14162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tl-portable.bat')
-rwxr-xr-xMaster/tl-portable.bat10
1 files changed, 0 insertions, 10 deletions
diff --git a/Master/tl-portable.bat b/Master/tl-portable.bat
index db44978fc49..786fefb375e 100755
--- a/Master/tl-portable.bat
+++ b/Master/tl-portable.bat
@@ -6,10 +6,6 @@ rem First, check if this is DOS based system
rem in DOS '^' is just a normal character
if not ^x==x goto DOS
-rem Now check for Windows NT which is also not supported
-ver | find "NT"
-if not errorlevel 1 goto WinNT
-
rem Abort if we are running from UNC path
if %~d0==\\ goto UNC
@@ -70,12 +66,6 @@ echo You can use pushd/popd commands for temporary mapping.
pause
exit /b 1
-:WinNT
-echo Windows NT is not supported. Sorry.
-echo Windows 2000 or newer is required.
-pause
-exit /b 1
-
:DOS
echo DOS and Windows 9x systems are not supported. Sorry.
echo Windows 2000 or newer is required.