From: Unknown <> Date: Thu, 31 Aug 2006 00:40:03 +0000 (+0000) Subject: add files for 2006-08-31T00:40:03Z X-Git-Tag: imap-2007a1~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b25739968e0ea7358233cd89ff8213f3f8ae4616;p=uw-imap add files for 2006-08-31T00:40:03Z --- diff --git a/src/osdep/dos/drivers.bat b/src/osdep/dos/drivers.bat new file mode 100755 index 0000000..0964f53 --- /dev/null +++ b/src/osdep/dos/drivers.bat @@ -0,0 +1,33 @@ +@ECHO OFF +REM ======================================================================== +REM Copyright 1988-2006 University of Washington +REM +REM Licensed under the Apache License, Version 2.0 (the "License"); +REM you may not use this file except in compliance with the License. +REM You may obtain a copy of the License at +REM +REM http://www.apache.org/licenses/LICENSE-2.0 +REM +REM +REM ======================================================================== + +REM Program: Driver Linkage Generator for DOS/NT +REM +REM Author: Mark Crispin +REM Networks and Distributed Computing +REM Computing & Communications +REM University of Washington +REM Administration Building, AG-44 +REM Seattle, WA 98195 +REM Internet: MRC@CAC.Washington.EDU +REM +REM Date: 11 October 1989 +REM Last Edited:30 August 2006 + +REM Erase old driver linkage +IF EXIST LINKAGE.* DEL LINKAGE.* + +REM Now define the new list +FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL DRIVRAUX %%D + +EXIT 0 diff --git a/src/osdep/nt/drivers.bat b/src/osdep/nt/drivers.bat new file mode 100755 index 0000000..0964f53 --- /dev/null +++ b/src/osdep/nt/drivers.bat @@ -0,0 +1,33 @@ +@ECHO OFF +REM ======================================================================== +REM Copyright 1988-2006 University of Washington +REM +REM Licensed under the Apache License, Version 2.0 (the "License"); +REM you may not use this file except in compliance with the License. +REM You may obtain a copy of the License at +REM +REM http://www.apache.org/licenses/LICENSE-2.0 +REM +REM +REM ======================================================================== + +REM Program: Driver Linkage Generator for DOS/NT +REM +REM Author: Mark Crispin +REM Networks and Distributed Computing +REM Computing & Communications +REM University of Washington +REM Administration Building, AG-44 +REM Seattle, WA 98195 +REM Internet: MRC@CAC.Washington.EDU +REM +REM Date: 11 October 1989 +REM Last Edited:30 August 2006 + +REM Erase old driver linkage +IF EXIST LINKAGE.* DEL LINKAGE.* + +REM Now define the new list +FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL DRIVRAUX %%D + +EXIT 0 diff --git a/src/osdep/wce/drivers.bat b/src/osdep/wce/drivers.bat new file mode 100755 index 0000000..0964f53 --- /dev/null +++ b/src/osdep/wce/drivers.bat @@ -0,0 +1,33 @@ +@ECHO OFF +REM ======================================================================== +REM Copyright 1988-2006 University of Washington +REM +REM Licensed under the Apache License, Version 2.0 (the "License"); +REM you may not use this file except in compliance with the License. +REM You may obtain a copy of the License at +REM +REM http://www.apache.org/licenses/LICENSE-2.0 +REM +REM +REM ======================================================================== + +REM Program: Driver Linkage Generator for DOS/NT +REM +REM Author: Mark Crispin +REM Networks and Distributed Computing +REM Computing & Communications +REM University of Washington +REM Administration Building, AG-44 +REM Seattle, WA 98195 +REM Internet: MRC@CAC.Washington.EDU +REM +REM Date: 11 October 1989 +REM Last Edited:30 August 2006 + +REM Erase old driver linkage +IF EXIST LINKAGE.* DEL LINKAGE.* + +REM Now define the new list +FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL DRIVRAUX %%D + +EXIT 0