in reply to Re: open handle
in thread open handle

Thanks, I'll look into these other things.
In the mean time I tried this and it worked. I'm calling a batch script to do the Source Safe get.
system "C:\\Source\\Tate_8.4\\Click2Coach\\vss.cmd $dir $fname";

Now what I'm doing is trying to have a cgi script call the batch script but it doesn't work. Anyone know why?