Search found 31 matches

by ueberyak
Fri Mar 06, 2015 5:58 pm
Forum: Technical / Scripting
Topic: I just want the dang folder size!
Replies: 2
Views: 3499

I just want the dang folder size!

I have a portion of a script that I only want to run when a folder's size changes. I need to use folder size because it contains a zillion subfolders, subsubfolders, etc. and I won't ever know what changed. I have the following, but it returns way more information than I need. The other issue is tha...
by ueberyak
Wed Jan 28, 2015 4:34 pm
Forum: Technical / Scripting
Topic: Parsing Folder with File Size?
Replies: 2
Views: 2634

Re: Parsing Folder with File Size?

That did it! You're the best!
by ueberyak
Tue Jan 27, 2015 9:57 pm
Forum: Technical / Scripting
Topic: Parsing Folder with File Size?
Replies: 2
Views: 2634

Parsing Folder with File Size?

I have the following code, which I can get to do one of two things: Return network addresses all folders, subfolders and files within oDirectory. OR Return the file sizes for all folders, subfolders and files within oDirectory (See the two commented out lines in the Repeat section.) What I want, tho...
by ueberyak
Fri Dec 19, 2014 11:29 pm
Forum: Technical / Scripting
Topic: Parsing DBQuery Array
Replies: 1
Views: 1948

Re: Parsing DBQuery Array

I changed

Code: Select all

DBQuery>dbH,SQL,rsProdOrders,NumRecs,NumFields,1
to

Code: Select all

DBQuery>dbH,SQL,rsProdOrders,NumRecs,NumFields,0
and now it works.
by ueberyak
Fri Dec 19, 2014 11:02 pm
Forum: Technical / Scripting
Topic: Parsing DBQuery Array
Replies: 1
Views: 1948

Parsing DBQuery Array

I am successfully running DBConnect and DBQuery. I am struggling to return the values out of the array, however. I pretty much copied what was in the Help section under DBQuery but to no avail. What am I missing? Here's my code, minus the DBConnect and Let>SQL= bits. (But again, I know I'm returning...
by ueberyak
Wed Apr 16, 2014 7:54 pm
Forum: Beginners
Topic: Browse to and Select Folder
Replies: 2
Views: 4056

Ugh. Never mind.

Let>INPUT_BROWSE=2
Input>

This did the trick.
by ueberyak
Wed Apr 16, 2014 7:18 pm
Forum: Beginners
Topic: Browse to and Select Folder
Replies: 2
Views: 4056

Browse to and Select Folder

I have a script which is successfully using GetFileList to return all folder names from a hardcoded location but I want the user to be able to Browse to any folder they like. I tried Input and I tried created a dialog but I didn't get either to return the desired effect. Below is the hardcoded versi...
by ueberyak
Mon Dec 30, 2013 9:07 pm
Forum: Beginners
Topic: MACRO_RESULT Not Working
Replies: 2
Views: 3808

Wow....That's embarassing. I'm glad I put this in the Beginners section.

Thanks for you help.
by ueberyak
Mon Dec 30, 2013 6:52 pm
Forum: Beginners
Topic: MACRO_RESULT Not Working
Replies: 2
Views: 3808

MACRO_RESULT Not Working

I have Macro1 calling Macro2. In Macro1 I want to test MACRO_RESULT returned by Macro2. Macro2 works as intended but when check MACRO_RESULT, both If statements come out to true. What am I missing? Macro1 does the following: MAC>C:\Users\UserName\Documents\Macro Scheduler 14\Macro2.scp mdl>%MACRO_RE...
by ueberyak
Tue Dec 03, 2013 5:08 pm
Forum: Beginners
Topic: SMTPSendMail and Links with Spaces In Them
Replies: 3
Views: 5044

%20 worked, thank you!

Is there an easy way to use html so that the link has display text, e.g. Link text? It's a network address so it's something like \\server\folder\sub%20folder.
by ueberyak
Wed Nov 27, 2013 7:26 pm
Forum: Beginners
Topic: SMTPSendMail and Links with Spaces In Them
Replies: 3
Views: 5044

It works when I put quotes around it, but I don't like how it looks in the email, because the quotes get displayed. I can do it this way if I must, though.
by ueberyak
Wed Nov 27, 2013 6:40 pm
Forum: Beginners
Topic: SMTPSendMail and Links with Spaces In Them
Replies: 3
Views: 5044

SMTPSendMail and Links with Spaces In Them

I am sending an email using SMTPSendMail and have a link included in the body, however the link has spaces in it so when the email gets sent, the link doesn't work properly. Is there some way to force Macro Scheduler to interpret the entire link properly?
by ueberyak
Thu Oct 03, 2013 4:59 pm
Forum: Technical / Scripting
Topic: Access violation at address 004B06CF in module 'msched.exe'.
Replies: 3
Views: 4115

Dang! And I thought I was being thorough in my first post. OS: Windows 7 Enterprise X86 Updates get pushed out by IT to all computers on the network. Macro Scheduler version: 14.0.10 I did alter all of my jobs to email me if a given network drive location is unavailable, however I'm using that same ...
by ueberyak
Thu Oct 03, 2013 3:48 pm
Forum: Technical / Scripting
Topic: Access violation at address 004B06CF in module 'msched.exe'.
Replies: 3
Views: 4115

Access violation at address 004B06CF in module 'msched.exe'.

I am intermittentantly getting the following error on just one script. Unfortunately the error stops all subsequent jobs from running. Access violation at address 004B06CF in module 'msched.exe'. Read of address 00000260. It's not a new job and has been running daily for months without incident. Thi...
by ueberyak
Tue Sep 03, 2013 10:11 pm
Forum: Technical / Scripting
Topic: Return The Name of the Currently Running Macro?
Replies: 2
Views: 2995

PERFECT! Much obliged.
cron
Sign up to our newsletter for free automation tips, tricks & discounts