Search found 695 matches

by kpassaur
Mon Mar 30, 2020 8:16 pm
Forum: Technical / Scripting
Topic: email not going to server address
Replies: 13
Views: 11288

email not going to server address

When I send email using MS to connect to my server I can send it to my gmail account or hotmail account with no issues. However I can't send it my Godaddy account (kpassaur@edocfile.com). From Outlook I can send it to myself (kpassaur@edocfile.com) but not through MS. Any ideas? Years ago I could bu...
by kpassaur
Wed Dec 18, 2019 1:19 pm
Forum: Technical / Scripting
Topic: Stdout not working with RunProgram
Replies: 4
Views: 2450

Re: Stdout not working with RunProgram

No as it worked outside of MS. For a fix I now write the line with a ".bat" extension and then execute the bat file. Works like a charm now. Doing it like this also allows GhostScript to add in leading 0's. To do it you need to add a percent sign and when you do your variable fails in MS. If you ass...
by kpassaur
Tue Dec 17, 2019 10:57 pm
Forum: Technical / Scripting
Topic: Stdout not working with RunProgram
Replies: 4
Views: 2450

Re: Stdout not working with RunProgram

If you think you can to it or want a challenge the program is here:
http://zbar.sourceforge.net/
and they have a sample file.
by kpassaur
Tue Dec 17, 2019 8:44 pm
Forum: Technical / Scripting
Topic: Stdout not working with RunProgram
Replies: 4
Views: 2450

Stdout not working with RunProgram

I am having difficulty with stdout. I have a program that with this line "c:\temp3\zbarimg.exe" -q "c:\temp3\1.tif" > "c:\temp3\contents.txt" I can run the program from anywhere with the command prompt. All dependencies are in the folder with the program. When I run it from MS I get nothing. I have ...
by kpassaur
Thu Oct 10, 2019 8:39 pm
Forum: Technical / Scripting
Topic: Having issues with RunProgram
Replies: 6
Views: 3808

Re: Having issues with RunProgram

I tried it without the quotes and it failed. I just don't get why it is passed to the command line utility differently and it is or it would work. We are not at this point putting any variables in this is just text with no spaces in the paths which is not real useful as I need spaces in the paths. F...
by kpassaur
Thu Oct 10, 2019 8:27 pm
Forum: Technical / Scripting
Topic: Having issues with RunProgram
Replies: 6
Views: 3808

Re: Having issues with RunProgram

I'll try that next. In the past I have not had the same results though. What I have always done is tested it in the command line utility and then put the same in the script. It should be passed to the command line prompt the same way. However it is not as I can display the line and then copy and pas...
by kpassaur
Thu Oct 10, 2019 7:59 pm
Forum: Technical / Scripting
Topic: Having issues with RunProgram
Replies: 6
Views: 3808

Re: Having issues with RunProgram

Thanks Now I get a The filename, directory name, or volume label syntax is incorrect. You would think the same syntax would work. I can get this to work, but if I put the output path in quotes for a space in the path it fails. Also if I separate the program and the pdf path in quotes it fails. I'm w...
by kpassaur
Thu Oct 10, 2019 7:05 pm
Forum: Technical / Scripting
Topic: Having issues with RunProgram
Replies: 6
Views: 3808

Having issues with RunProgram

This has to be something simple that I am missing. I can't get a simple command line program to run. This script is below. I put the Message box in so I could copy and paste the line in the command prompt. When I do it works. If I run it from Macro Scheduler I get no output. I have tried rebooting e...
by kpassaur
Mon Jun 10, 2019 8:48 am
Forum: Macro Scheduler Consultants
Topic: eDocfile, United States
Replies: 0
Views: 17974

eDocfile, United States

We specialize in the extraction of data from documents and using this data to process the document. We have been doing this since 2004 and have worked with companies around the world as well as State and Federal Government agencies.
by kpassaur
Sat May 25, 2019 3:37 pm
Forum: Technical / Scripting
Topic: Wait for mouse button to be released
Replies: 2
Views: 2351

Re: Wait for mouse button to be released

Thanks I'll give it a try.
by kpassaur
Fri May 24, 2019 8:44 pm
Forum: Technical / Scripting
Topic: FindImagePos and return_offset
Replies: 3
Views: 2614

Re: FindImagePos and return_offset

I didn't notice that in the help file. I'll think of something else.

Thanks
by kpassaur
Fri May 24, 2019 4:04 pm
Forum: Technical / Scripting
Topic: FindImagePos and return_offset
Replies: 3
Views: 2614

FindImagePos and return_offset

I can't seem to get the return_offset correct. I want the top left and bottom right. This comes from the help file. return_offset is used to determine which coordinates should be returned and can be one of the following: 0 Top left position of located image within bitmap_to_scan. In other words X, Y...
by kpassaur
Fri May 24, 2019 1:09 pm
Forum: Technical / Scripting
Topic: Wait for mouse button to be released
Replies: 2
Views: 2351

Wait for mouse button to be released

I know how to use WaitKeyDown>VK1 but is there a way to determine when it has been released?
by kpassaur
Thu May 23, 2019 2:00 pm
Forum: Technical / Scripting
Topic: Accessing Scroll Wheel on Mouse
Replies: 6
Views: 3830

Re: Accessing Scroll Wheel on Mouse

The left clicking the down arrow did not always work. However, if I use the LDown function Wait>.2 and then the LUp it seems to work better.
by kpassaur
Thu May 23, 2019 1:23 pm
Forum: Technical / Scripting
Topic: Accessing Scroll Wheel on Mouse
Replies: 6
Views: 3830

Re: Accessing Scroll Wheel on Mouse

Yes it clicks and then Press Page Down is executed. As mentioned it works 99% of the time. I think I may have a work around. I have just tried image recognition and I am moving the mouse to the down arrow button and clicking on that before the Press Page Down. The downside is since I can't duplicate...
Sign up to our newsletter for free automation tips, tricks & discounts