From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- public/tools/razzleb.cmd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/tools/razzleb.cmd (limited to 'public/tools/razzleb.cmd') diff --git a/public/tools/razzleb.cmd b/public/tools/razzleb.cmd new file mode 100644 index 000000000..2c7bc9d00 --- /dev/null +++ b/public/tools/razzleb.cmd @@ -0,0 +1,10 @@ +@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 -- cgit v1.2.3