#!/usr/bin/perl

$ctchome = Cygwin::win_to_posix_path($ENV{CTCHOME});

require $ctchome."/ctc2excel.pl";
1;
