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 (...
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?
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...
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...
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"...
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"...
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...
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""...
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...
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.