Search found 712 matches

by CyberCitizen
Wed Nov 30, 2016 1:07 am
Forum: Technical / Scripting
Topic: How to schedule to run on last day of month?
Replies: 4
Views: 5595

Re: How to schedule to run on last day of month?

Such a simple solution, a fantastic program.
by CyberCitizen
Wed Nov 30, 2016 1:05 am
Forum: Technical / Scripting
Topic: How to avoid a screen lock
Replies: 1
Views: 2446

Re: How to avoid a screen lock

Can you not do it with two scripts. One that establishes am rdp connection then on start up / login the second script runs.

Basically the window needs to be active / logged in as Macro Scheduler imitates a user therefore the session needs to be active.
by CyberCitizen
Wed Nov 16, 2016 4:11 am
Forum: General Discussion
Topic: Create Forms with button to trigger scripts ??
Replies: 2
Views: 5087

Re: Create Forms with button to trigger scripts ??

Here are some examples of dialogs / forms I created to capture data for a data logger I use in the fire service and also a timer.

Image

Image
by CyberCitizen
Wed Nov 16, 2016 4:07 am
Forum: Technical / Scripting
Topic: Web Scraper? vs iMacros?
Replies: 2
Views: 4574

Re: Web Scraper? vs iMacros?

I think Macro Scheduler would be perfect for you to incorporate everything into one application / tool. Macro Scheduler has IE Automation wizard which you can use to record a webpage, login info, extract data to variables, import data etc. That being said use you also use HTTP Requests / Posts, Pyth...
by CyberCitizen
Mon Nov 14, 2016 4:03 am
Forum: General Discussion
Topic: What is the difference between Pro and Standard ?
Replies: 2
Views: 5757

Re: What is the difference between Pro and Standard ?

I have the pro version as for me having the ability to compile the scripts is excellent for my use. I have captured my Macro Scheduler so it's portable which is great as it means I can take it with me as I work various locations etc. But having the compiler is what is great. I can go somewhere scrip...
by CyberCitizen
Mon Nov 14, 2016 3:59 am
Forum: Beginners
Topic: How to clear clipboard
Replies: 2
Views: 7740

Re: How to clear clipboard

Normally what I do is I GetClipBoard to a variable to save what was there first. Do what I need with the script etc and when finish PutClipboard to put back what was there previously. It's good scripting and you can save it as a SubRoutine etc and save it in your code snippets to make it easier to i...
by CyberCitizen
Mon Nov 14, 2016 3:34 am
Forum: The Water Cooler
Topic: Oh The Wonders
Replies: 0
Views: 8296

Oh The Wonders

Image
by CyberCitizen
Mon Nov 07, 2016 2:06 pm
Forum: Technical / Scripting
Topic: Capturing Data Typed
Replies: 2
Views: 3207

Re: Capturing Data Typed

Is there anyway to capture the text as its typed like the Macro Recorder does?
by CyberCitizen
Mon Nov 07, 2016 1:50 pm
Forum: Technical / Scripting
Topic: Capturing Data Typed
Replies: 2
Views: 3207

Capturing Data Typed

Hi Guys, I have a need to capture data typed in a specific application for debugging purposes, and was going to install a keylogger etc, but thought maybe MS can help me here as I am only wanting to capture a specific application.. Is there anyway I can have MS monitor an application and capture tex...
by CyberCitizen
Sun Nov 06, 2016 7:19 am
Forum: Technical / Scripting
Topic: Pushover Notifications
Replies: 6
Views: 6448

Re: Pushover Notifications

Grovkillen just wanted to say thank you. This is exactly what I was after.
by CyberCitizen
Sun Nov 06, 2016 6:23 am
Forum: Technical / Scripting
Topic: change computername via script with variables
Replies: 2
Views: 4541

Re: change computername via script with variables

wmic computersystem where name="%computername%" call rename name="Computer-Name"

Search the forums there is an example of passing variables via command line on compiled executables.
by CyberCitizen
Thu Nov 03, 2016 3:07 am
Forum: Technical / Scripting
Topic: How to generate tray icon balloon messages
Replies: 8
Views: 9356

Re: How to generate tray icon balloon messages

After not being able to find an easy way to launch a Windows Balloon popup I have found https://www.paralint.com/projects/notifu/ to work really well for my needs, its a little on the large size, so adding it to your scripts etc will blow out the size a bit but works well and can throw various varia...
by CyberCitizen
Thu Nov 03, 2016 3:05 am
Forum: General Discussion
Topic: Custom "runicon.ico"
Replies: 9
Views: 20372

Re: Custom "runicon.ico"

Following This Post
by CyberCitizen
Fri Oct 28, 2016 9:46 pm
Forum: Technical / Scripting
Topic: Pushover Notifications
Replies: 6
Views: 6448

Re: Pushover Notifications

Thank you, I will give this a try
by CyberCitizen
Fri Oct 28, 2016 12:27 pm
Forum: Technical / Scripting
Topic: Log file reading and showing in dialog
Replies: 19
Views: 13077

Re: Log file reading and showing in dialog

Ok most likely cause its dos I need to encapsulate it in quotes, on the train on my phone now, so can't assist until tomorrow now, busy tonight, not at home. Sent from my GT-I9505 using Tapatalk yep, everything working :) Maybe You know how to do, that memo field scroll bar always will go down and ...
cron
Sign up to our newsletter for free automation tips, tricks & discounts