imapext-2007

diff src/osdep/nt/drivers.bat @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/osdep/nt/drivers.bat	Mon Sep 14 15:17:45 2009 +0900
     1.3 @@ -0,0 +1,33 @@
     1.4 +@ECHO OFF
     1.5 +REM ========================================================================
     1.6 +REM Copyright 1988-2006 University of Washington
     1.7 +REM
     1.8 +REM Licensed under the Apache License, Version 2.0 (the "License");
     1.9 +REM you may not use this file except in compliance with the License.
    1.10 +REM You may obtain a copy of the License at
    1.11 +REM
    1.12 +REM     http://www.apache.org/licenses/LICENSE-2.0
    1.13 +REM
    1.14 +REM 
    1.15 +REM ========================================================================
    1.16 +
    1.17 +REM Program:	Driver Linkage Generator for DOS/NT
    1.18 +REM
    1.19 +REM Author:	Mark Crispin
    1.20 +REM		Networks and Distributed Computing
    1.21 +REM		Computing & Communications
    1.22 +REM		University of Washington
    1.23 +REM		Administration Building, AG-44
    1.24 +REM		Seattle, WA  98195
    1.25 +REM		Internet: MRC@CAC.Washington.EDU
    1.26 +REM
    1.27 +REM Date:	11 October 1989
    1.28 +REM Last Edited:30 August 2006
    1.29 +
    1.30 +REM Erase old driver linkage
    1.31 +IF EXIST LINKAGE.* DEL LINKAGE.*
    1.32 +
    1.33 +REM Now define the new list
    1.34 +FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL DRIVRAUX %%D
    1.35 +
    1.36 +EXIT 0

UW-IMAP'd extensions by yuuji