Re: Cygwin port of the Unix 'script' utility.

2002-09-29 Thread Soren A
Alan Evans <[EMAIL PROTECTED]> wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > To compile the code I used: gcc -o script script.c -lutil > Hope this helps someone > > cheers > AlanE > > Here is the code if anyone is interested: Yes, Thank You, I am interested. Soren A -- Unsubscr

Cygwin port of the Unix 'script' utility.

2002-09-27 Thread Alan Evans
Hello, After failing to find a cygwin version of the unix script utility I decided to port it myself. This was a very quick port so there could be bugs and it could be better but it seems to work OK for my requirements. To compile the code I used: gcc -o script script.c -lutil Hope this helps s