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 bkrike 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. ChrisHallJJ

    Run Script without opening Procomm Window

    I want to run a procomm plus script from a command prompt without opening the procomm window. For example, lets say I wrote a script to find a data file and rename it. (I know I can do this in a batch file...this is just a simplifed example). I would like to run the script from a command prompt...
  2. ChrisHallJJ

    Moving AOL personnel filing cabinet for version 10.0

    Does anyone know how to move the AOL personnel filing cabinet (stored email) to another computer using AOL version 10? In earlier AOL versions, you would move the AOL "organize" folder to the same folder on the new computer. AOL version 10 does not seem to have the same folders. Thanks in advance.
  3. ChrisHallJJ

    PIX 515e firewall problem

    I have 100 mobile users accessing my server thru a pix 515e firewall and randomly after a few month of use (with no other issues) all users on the mobile group can no longer access the system. Non-mobile users however, assigned to a different group can still access the system. Our technical...
  4. ChrisHallJJ

    Query Design View Criteria

    I have a query that I am having trouble with my seletion criteria. I have a table that has mulitple fields that I want to select if any one of them contain a value. I don't know how to define this in the design view...it keeps "ANDing" the fields instead of "ORing" them. When I only have two...
  5. ChrisHallJJ

    File Compare Utility

    Does anyone know of a free or low cost utility available to compare two .txt files on a Windows platform? I am looking for this utility to have an option that will compare the files based on record positions. I only want to compare postions 5-80 of each record. In my scenario, it is ok that...
  6. ChrisHallJJ

    ACCESS 2002 Cannot open file error

    I get the following message when I try to open an Access 2002 database. Microsoft Access cannot open this file. This file is located outside your intranet or on an untrusted site. Microsoft Access will not open the file due to potential security problems. To open the file, copy it to your...
  7. ChrisHallJJ

    Batch File to read a file and substring a portion of the record

    I want to write a batch file to read a file and substring a portion of the data to write to another file. The file looks like this 000004045 000005025 I can assign a value to a variable and substring it: SET _string=1234567890 SET _substring=%_string:~5,3% echo %_substring%...
  8. ChrisHallJJ

    Mercator Type Tree Problem version 4030/820

    I am having problems(in the ISA & GS segments) with a new customer that is sending me 820 data (version 4030) I use Mercator but no longer customer support. I have identified the problem to be in the ISA12 & GS05 segments. I am having problems changing the tree to be able to handle this client...
  9. ChrisHallJJ

    Task Scheduler Exit Code (4)

    I am getting a exit code of (4) from a task run from the Task Scheduler. Does anyone know what this code means? And where can I find a list of these error messages? The message that I am getting is: backup.job (backup.bat) Finished 8/24/2004 6:00:00 pm Result: The task...
  10. ChrisHallJJ

    Automattically save an email attachment

    I am looking for an unattended way to download an email attachment to a specified folder on receipt of a mail item. I am using Outlook Express as my mail client. I tried setting up a rule using the rules wizard but that option I need doesn't seem to be there. Does anyone know how to do this...
  11. ChrisHallJJ

    Downloading an Outlook Express Email Attachment

    I am looking for a way to download an attachment from an Outlook Express email item into a specified directory. I have been successful in sending mail with an attachment using the MAPISEND command. Is there another command to read and extract the mail attachment? Or is there another way to do...
  12. ChrisHallJJ

    Summing Like Input Line Items into output

    I have a need to produce a standard EDI 810 (Invoice) document. My problem is as follows: My input file has detail records unique by UPC. Also contained in these records is a Catalog number, which is used by my client and not unique. My client requires that I roll the EDI output details...

Part and Inventory Search

Back
Top