Friday, December 31, 2010

Running a tcsh in Console2

If you use tcsh in cygwin and want to run it in Console2, you can create a .BAT file to do something like this:
   @echo off
set HOME=c:\
start <path to Console2>\Console.exe -r \
"/k <path to cygwin>\cygwin\bin\tcsh.exe -l"

No comments:

Post a Comment