mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
355 B
10 lines
355 B
@echo off
|
|
@rem
|
|
@rem Whoever is putting the PROMPT commands in this file, should put them
|
|
@rem in their CONFIG.SYS file instead.
|
|
@rem
|
|
set _ntdrive=e:
|
|
set tmp=e:\tmp
|
|
md e:\tmp 2>nul
|
|
path=%_ntdrive%\tools\idw;%_ntdrive%\tools\mstools;%_ntdrive%\tools\system32;%_ntdrive%\bldtools;%path%
|
|
cmd /K %_NTDRIVE%\NT\PUBLIC\TOOLS\ntenv.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
|