Search found 712 matches

by CyberCitizen
Fri Oct 28, 2016 12:01 pm
Forum: General Discussion
Topic: Opening Script File in iOS?
Replies: 5
Views: 8186

Re: Opening Script File in iOS?

What about Google Drive as that has Google Apps that should allow editing.

Sent from my GT-I9505 using Tapatalk
by CyberCitizen
Fri Oct 28, 2016 11:52 am
Forum: General Discussion
Topic: Opening Script File in iOS?
Replies: 5
Views: 8186

Re: Opening Script File in iOS?

The only thing I have done previously is used jump desktop to ssh home and edit directly in macro scheduler.

Sent from my GT-I9505 using Tapatalk
by CyberCitizen
Fri Oct 28, 2016 7:01 am
Forum: Technical / Scripting
Topic: Log file reading and showing in dialog
Replies: 19
Views: 13104

Re: Log file reading and showing in dialog

Your welcome, hopefully from there you can create a loop using If file changed etc to run every so often etc.

Sent from my GT-I9505 using Tapatalk
by CyberCitizen
Fri Oct 28, 2016 6:40 am
Forum: Technical / Scripting
Topic: Log file reading and showing in dialog
Replies: 19
Views: 13104

Re: Log file reading and showing in dialog

Try the k:\import_export\ in double quotes. Sorry hassle on the phone.

Sent from my GT-I9505 using Tapatalk
by CyberCitizen
Fri Oct 28, 2016 6:37 am
Forum: Technical / Scripting
Topic: Log file reading and showing in dialog
Replies: 19
Views: 13104

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
by CyberCitizen
Fri Oct 28, 2016 6:09 am
Forum: Technical / Scripting
Topic: Log file reading and showing in dialog
Replies: 19
Views: 13104

Re: Log file reading and showing in dialog

Try the code I posted above.
by CyberCitizen
Fri Oct 28, 2016 6:06 am
Forum: Technical / Scripting
Topic: Log file reading and showing in dialog
Replies: 19
Views: 13104

Re: Log file reading and showing in dialog

Try This Dialog>Dialog1 object Dialog1: TForm Left = 251 Top = 97 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'Read_file' ClientHeight = 305 ClientWidth = 668 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.S...
by CyberCitizen
Fri Oct 28, 2016 5:57 am
Forum: Technical / Scripting
Topic: Log file reading and showing in dialog
Replies: 19
Views: 13104

Re: Log file reading and showing in dialog

Why a list box and not a memo box like the first script?
by CyberCitizen
Fri Oct 28, 2016 5:12 am
Forum: Technical / Scripting
Topic: Log file reading and showing in dialog
Replies: 19
Views: 13104

Re: Log file reading and showing in dialog

This was a quick knock up, I haven't included dialogs etc as they can take longer to put together etc But hopefully this gives you the idea of how it works. Let>MSG_HEIGHT=320 Let>MSG_WIDTH=500 Let>MSG_STAYONTOP=1 Let>MSG_CENTERED=1 Let>INPUT_BROWSE=1 Input>vFileToMonitor,Please Select The Log To Mo...
by CyberCitizen
Fri Oct 28, 2016 5:00 am
Forum: Technical / Scripting
Topic: Log file reading and showing in dialog
Replies: 19
Views: 13104

Re: Log file reading and showing in dialog

What about running a command line like below via Macro Scheduler. Exporting the Output to a text file then reading that text file?

Find /N "K:\import_export\" TheFullPathToTheFileYouWantToSearch
by CyberCitizen
Fri Oct 28, 2016 4:54 am
Forum: Enhancement Suggestions
Topic: Duration of mp3/mp4
Replies: 5
Views: 10412

Re: Duration of mp3/mp4

What about something like this?

Haven't tested it as I am at work and I Spotify so no audio files.

http://superuser.com/questions/1087109/ ... -directory
by CyberCitizen
Fri Oct 28, 2016 2:51 am
Forum: Enhancement Suggestions
Topic: Icon for Triggered Scripts
Replies: 2
Views: 7389

Re: Icon for Triggered Scripts

Like a gun :P
by CyberCitizen
Fri Oct 28, 2016 2:40 am
Forum: Beginners
Topic: Error on compile
Replies: 14
Views: 14068

Re: Error on compile

Another reason why Marcus is a legend and Macro Scheduler is an awesome tool.
by CyberCitizen
Fri Oct 28, 2016 2:30 am
Forum: General Discussion
Topic: Opening Script File in iOS?
Replies: 5
Views: 8186

Re: Opening Script File in iOS?

Another reason I love Android :P I have my Macro Scheduler packaged as a virtual app, then sync'd via GoodSync. This allows me to access my scripts from anywhere with an internet connection. I also have my primary USB I work off that syncs with the same connection via GoodSync ensuring that everywhe...
by CyberCitizen
Fri Oct 28, 2016 2:27 am
Forum: General Discussion
Topic: Memory Leak from Nowhere
Replies: 7
Views: 12025

Re: Memory Leak from Nowhere

I got caught out with something similar to this, and found putting a simple Wait>1 in the script's loop process fixed the issue, otherwise it was processing to quickly and causing the mem usage to blow out.

Not sure if its the same here, but it was an old script as well.
Sign up to our newsletter for free automation tips, tricks & discounts