Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BobWaterhouse

    Using a Tilde "~" as end of line character

    When reading a file using C++ we are having to "unwrap" the data because the end of the record/line is determined by a tilde "~" as opposed to the usual New Line character/s. Is there a way to use an fgets type command where the tilde is used as the new line identifier?
  2. BobWaterhouse

    Oracle Query using C++

    I am very new to both using C++ and Oracle. I was wondering if there was a simple demo script out there that would show me how to connect and query an Oracle Database within a C/C++ prorgam.
  3. BobWaterhouse

    Help Please Running a UNIX script from Windows Server "command line"

    I am trying to run a script on our Unix Server from our Windows 2000 server. I've tried the following format... rexec server -l userid /usr/script/script.sh It prompts me for a password. Is there any way to bypass the password prompt? Is there a file (like a .netrc) on Windows where I can...
  4. BobWaterhouse

    unable to set communcation state - TAPI

    I am getting this error message when I open ProComm ands try to run manually. unable to set communcation state - TAPI Any help would be appreciated. I am able to dial out using other packages. Thanks.. Bob
  5. BobWaterhouse

    Local vs. Global Variables

    I may be overlooking something in the documentation, however, we are running many Aspect scripts that use the same variable names. When we run more than one at the same time, one seems to be possibly picking up variable information from the other script. If this statement is true, is there a run...
  6. BobWaterhouse

    Running Simultaneous ProComm Scripts

    I am currently running ProComm V4.8 on a Windows 2000 Server and am having this issue. We can only run 1 ProComm Aspect Script at a time or it seems to spiral out of control. Is there a way to run multiple jobs in separate windows without this spiral effect?
  7. BobWaterhouse

    Need help with SED Command (Copying Ranges by number)

    I am trying to copy a file based on line numbers within the files. I can figure the To and From numbers by using grep, but, when trying to copy that specific range, I'm erroring out. I've tried a few ways, but, to know avail. Here's an example.. sed -n $STSTART','$STEND' p' $temp4 >> $temp5...
  8. BobWaterhouse

    DataFire RAS 24 PT1 - Difficulty in making connection

    This is a limited but major problem we are having using this Digi Board to communicate with our vendors. We seem to be able to connect fine with most of our vendors, but a limited few are having major issues. Normally, we get "No Carrier", "Busy" or the connection simply gets...
  9. BobWaterhouse

    ZModem Download Issue

    Hi, I am trying to download a file using the Zmodem protocol. I am having an issue where the transfer stops after 334,848 bytes. I have tried multiple files and have had the same result. Is there some type of size limit I am reaching? Thanks..
  10. BobWaterhouse

    Timeout During Zmodem Download

    Currently, I'm having an issue with file transfers timing out while downloading to our local server. I am checking the $XFERSTATUS (in a while loop for 1), also, I'm doing "waitfor" for different conditions sent to the terminal display. I can't seem to handle the timeout issue. Help...
  11. BobWaterhouse

    Run ProComm in the Background

    Is there a way to run a ProComm Aspect script in the background and still have the ability to use the waitfor commands to interpret screens?
  12. BobWaterhouse

    Pass Exit Code to Non Aspect Parent Script

    I am currently launching a ProComm (v4.8) Aspect script from the command line, however, a non-Procomm script will be calling it once it is automated. In order to close the screen at the end of the Aspect script, I need to use the PWEXIT command, however, it does not allow me to pass a return (or...

Part and Inventory Search

Back
Top