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 Mike Lewis 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. thec0dy

    Get Characters from Inside String Between Symbols

    Great thanks!
  2. thec0dy

    Get Characters from Inside String Between Symbols

    6156661199 [ Mike Jones ] TEST1, NAME1 (3_15_2013).pdf I have a string like the one above. I need to get three more elements out of this string. 1. DName which would be anything between the brackets [ ] as in Mike Jones 2. PName which would be anything after the ] bracket and before the (...
  3. thec0dy

    Add String to Email Address Problem

    nevermind it was grabbing a space. thanks!
  4. thec0dy

    Add String to Email Address Problem

    I tried that and it seems to be putting a space in there. 6159445555 @efaxsend.com I tried sFaxNumber&"@efaxsend.com" and still the same thing.
  5. thec0dy

    Add String to Email Address Problem

    I am trying to input text from a string into an email address for the script to use. For some reason it isn't liking it since nothing is getting emailed out. Dim sFaxNumber sFaxNumber = (objFile.Name) 'Exchange Server Send To Code objMessage.To = ""& sFaxNumber &""@efaxsend.com""" Any thoughts?
  6. thec0dy

    Send Authenticated Email (Exchange) to an Email based on the first 10 characters of File Name

    Here is a VBS script to do the same thing. So currently I need to figure out how to make this look for every .PDF file in a certain directory. The PDF file name will look like this "5805559870 [Name Sending To] Subject Name (Date).pdf". For each file name I need to pull the fax number (first 10...
  7. thec0dy

    RFCOMAPI.DLL with VB - VB to RightFax

    Yes that would be correct.
  8. thec0dy

    RFCOMAPI.DLL with VB - VB to RightFax

    I am trying to use the RightFax API file inside of a VBscript. I found a site that mentioned the code below. Everytime I try to run it I end up getting a Line 1 Char 1 Error: Active X component can't create object: RFCOMAPI.FAXSERVER Code: 800A01AD. I am not sure why. This .DLL file is...
  9. thec0dy

    Send Authenticated Email (Exchange) to an Email based on the first 10 characters of File Name

    I have multiple PDF documents that will be dropped into a directory daily. I have a program right now that will extract information from the PDF and can place that information in the filename. One of those things is the fax number. I have file named "9015446622 [Name Name Name] Name (Date).pdf"...
  10. thec0dy

    Send Email to Email Address based on first 10 characters of file name

    I have multiple PDF documents that will be dropped into a directory daily. I have a program right now that will extract information from the PDF and can place that information in the filename. One of those things is the fax number. I have file named "9015446622 [Name Name Name] Name (Date).pdf"...
  11. thec0dy

    Run Command Line Script from VBS

    When I try to do a .bat it does not like %i in (D:\Centers\CO022\Test\*.pdf). It always comes back with for \Centers\CO022\Test\*.pdf")' do "C:\Program Files (x86)\A-PDF..... It seems to be cutting that first part off (D: for %i in (D:\Centers\CO022\Test\*.pdf) do ""C:\Program Files (x86)\A-PDF...
  12. thec0dy

    Run Command Line Script from VBS

    I need to run the line below in VBS. It is tricky due to the quotes. I need to run the code and any output send to a log file. This is the A-PDF Renaming software I am using. Thanks for you assistance! for %i in (D:\Centers\CO022\Test\*.pdf) do ""C:\Program Files (x86)\A-PDF Rename\prncmd.exe""...
  13. thec0dy

    ASA 5505 - 2 VLANs 1 WAN - Routing Internet Setup

    First off I am not a cisco guru. I am learning day by day. I have Cisco ASA 5505. I have a comcast cable modem for internet. I have two interfaces setup. Port Configurations Ethernet 0/7 - VLAN9 - 192.10.10.X Network (192.10.10.1 255.255.255.0 Assigned) Ethernet 0/6 - VLAN10 - 10.0.0.X...
  14. thec0dy

    VLAN Setup Help

    Any thoughts?
  15. thec0dy

    VLAN Setup Help

    I have never really setup VLANs before from scratch. I have a Cisco 881 Router and 2 Cisco Switches (SG200-50 and SF300-48P). I need to have two vlans. Vlan1 (10.100.20.0) and Vlan21 (10.100.21.0). Both these should be able to talk to each other for various reasons. The Cisco router is...
  16. thec0dy

    SQL Report with User Input on Each Row?

    Here is a screen shot.http://postimage.org/image/hrkv5lcxz/
  17. thec0dy

    SQL Report with User Input on Each Row?

    I am trying to figure something out. I have two different databases that I am querying data from. One table has employees the other table has a list of times of service. Now I am wanting to use this data to create some kind of scheduling web tool. It is a simple concept. You have the employees...
  18. thec0dy

    Verizon DSL to Cisco ASA

    I have a Verizon DSL connection. It is an ActionTec GT784WNV DSL modem. I have a block of 5 static IPs for this connection. The first static is assigned to the DSL connection. I want the Cisco ASA 5505 to be assigned the second static address. How do I go about doing this? Should it just work as...
  19. thec0dy

    Launch a program script

    Thanks PHV it is working. I always forget about those double "".
  20. thec0dy

    Launch a program script

    Thanks FOXUP, I tried that and when I launch I get the following error: Line: 1 Char: 1 Error: Type mismatch: '[string: "C:\Program Files (x8"]' Code: 800A000D Source: Microsoft VBScript runtime error

Part and Inventory Search

Back
Top