Search found 49 matches
- Wed Jun 22, 2016 5:40 pm
- Forum: Technical / Scripting
- Topic: Sending emails via Outlook.com (Office365)
- Replies: 2
- Views: 3870
Sending emails via Outlook.com (Office365)
Fellow automators, Would appreciate some help on this. This posting... https://www.mjtnet.com/blog/2012/10/03/sendingretrieving-emails-via-gmail/ ... is really helpful. I am able to send emails via the gmail smtp service using the SMTPSendMail command (while making use of the SSL libraries) However,...
- Tue Jan 26, 2016 11:00 pm
- Forum: Technical / Scripting
- Topic: Copy as Path utility (create link to file)
- Replies: 1
- Views: 3182
Copy as Path utility (create link to file)
Hello folks. I frequently need to create links to files located in various Windows directories. Here is the script I use, in Windows 10 (I believe it will work in Windows 7 as well, but not sure how far back beyond that). I associate a Hot Key with my script so that I can use it at any time. To use ...
- Wed Sep 18, 2013 8:58 pm
- Forum: Technical / Scripting
- Topic: VBA Word Find & Replace Macro / Need to convert to VB Sc
- Replies: 8
- Views: 27285
- Sat Sep 14, 2013 1:12 am
- Forum: Technical / Scripting
- Topic: VBA Word Find & Replace Macro / Need to convert to VB Sc
- Replies: 8
- Views: 27285
VBA Word Find & Replace Macro / Need to convert to VB Sc
I think this code will be useful to any of us who do merges into Microsoft Word using Macro Scheduler. What is really nice about this is that it does replaces in the Header and Footer, which the normal functions in Word do not do. I found the following code... Public Sub FindReplaceAnywhere() Dim rn...
- Fri Apr 05, 2013 4:56 pm
- Forum: Technical / Scripting
- Topic: Application used to work with Image Recognition not visible
- Replies: 3
- Views: 4753
- Fri Apr 05, 2013 2:28 pm
- Forum: Technical / Scripting
- Topic: Application used to work with Image Recognition not visible
- Replies: 3
- Views: 4753
- Fri Apr 05, 2013 12:56 am
- Forum: Technical / Scripting
- Topic: Application used to work with Image Recognition not visible
- Replies: 3
- Views: 4753
Application used to work with Image Recognition not visible
I have an application that has been working well with Image Recognition on a Win8 machine. I have been using Macro Scheduler 13. Recently, that one app no long allows Macro Scheduler to interact with the screen, even though Macro Scheduler returns a positive result for image found. Nothing can get c...
- Sat Dec 22, 2012 11:25 pm
- Forum: Technical / Scripting
- Topic: running .bat files not working for me in MS any longer
- Replies: 5
- Views: 6115
Thanks for chiming in on this, Me_again. I spent some more time troubleshooting my environment today -- got it working fine again -- so wanted to pass this along in case it may be helpful to others at some point. I could run a simple .bat file after the fix above, but all of my complex .bat files wh...
- Sat Dec 22, 2012 5:17 pm
- Forum: Technical / Scripting
- Topic: running .bat files not working for me in MS any longer
- Replies: 5
- Views: 6115
- Sat Dec 22, 2012 2:57 pm
- Forum: Technical / Scripting
- Topic: running .bat files not working for me in MS any longer
- Replies: 5
- Views: 6115
running .bat files not working for me in MS any longer
I was able to run my .bat files previously but have recently upgraded to 13.2.4. I am on a Win7 64bit PC. My bat file has the following code in it. @ECHO OFF ECHO This text goes to Standard Output ECHO This text goes to Standard Error 1>&2 ECHO This text goes to the Console>CON When I run it from th...
- Fri Feb 17, 2012 11:48 pm
- Forum: Technical / Scripting
- Topic: Identical Array code works in one macro but not in another
- Replies: 1
- Views: 3529
Identical Array code works in one macro but not in another
I have the following two lines... ReadFile>C:\test\companyclip.txt,List99 Separate>List99,,List99Array ... in a macro that is about 50 lines long and it executes fine in the debugger mode where I can see the Watch List populated. However, when I try any further Macros with arrays in them, including ...
- Wed Jun 22, 2011 12:54 am
- Forum: Technical / Scripting
- Topic: Find most recent file in a directory
- Replies: 1
- Views: 2663
- Wed Jun 22, 2011 12:42 am
- Forum: Technical / Scripting
- Topic: Find most recent file in a directory
- Replies: 1
- Views: 2663
Find most recent file in a directory
I'm wondering if any of the forum members know of or have developed a function to find the most recently updated file in a folder. I have some functions that output the entire DIR in date sort order and then I can get the last file, however, in this case the directory is very large and the DIR outpu...
- Wed Jan 26, 2011 6:23 am
- Forum: Technical / Scripting
- Topic: Skype
- Replies: 2
- Views: 4459
Hello Steen, If you are running this on one PC, you may want to try Image Recognition. I use it quite a bit and it works well. There are some good examples on the site and I found that modularizing it a bit made it even easier to utilize to automate a number of steps in conjunction with regular scri...
- Thu Dec 09, 2010 9:47 pm
- Forum: Technical / Scripting
- Topic: Launching files with commas or spaces in file path
- Replies: 8
- Views: 10110