RE: command line program control

2001-08-20 Thread C.Ouellette
The C program uses our specific API's that we've developed in our software drivers. These API's are used to send commands to our hardware out the parallel port of the PC. I am tested the API commands, and making sure that they send the correct values with the C program. For a long term goal I wo

RE: command line program control

2001-08-20 Thread Bob Showalter
> -Original Message- > From: C.Ouellette [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 20, 2001 10:02 AM > To: [EMAIL PROTECTED] > Subject: command line program control > > > I have a command line program running on Windows NT > that I call up from a dos prompt. This program is > wri

RE: command line program control

2001-08-20 Thread John Edwards
What does this command line program do? Maybe there is a way to do the whole thing in Perl. -Original Message- From: C.Ouellette [mailto:[EMAIL PROTECTED]] Sent: 20 August 2001 15:02 To: [EMAIL PROTECTED] Subject: command line program control I have a command line program running on Win