to thin
[hombase.git] / other-sh / mygenv.bat
blobadc9c71d0e011b07abd2fc105f14461c1986c20a
1 @ECHO OFF
3 if NOT DEFINED CYGWIN_HOME (
4         set CYGWIN_HOME=d:\cygwin
5         set D_DISK=d:\
6         set E_DISK=e:\
7         )ELSE (
8             for /f %%i in ('%CYGWIN_HOME%\bin\cygpath -d /d') do set D_DISK=%%i
9             for /f %%i in ('%CYGWIN_HOME%\bin\cygpath -d /e') do set E_DISK=%%i
10             )
12 set HOME=%E_DISK%\home\%USERNAME%
13 set PATH=%PATH%;%D_DISK%\python;%D_DISK%\prog\Vim\vim71;%D_DISK%\prog\fox;%D_DISK%\prog\Totalcmd7
14 set PATH=%PATH%;%HOME%\other-sh;%E_DISK%\local\bin;%CYGWIN_HOME%\bin;%CYGWIN_HOME%\sbin;%CYGWIN_HOME%\usr\sbin