Search found 159 matches

by RNIB
Tue Apr 07, 2020 1:22 pm
Forum: Beginners
Topic: WaitPixelColor & Screen Resolution
Replies: 4
Views: 5347

Re: WaitPixelColor & Screen Resolution

Thank you both for your replies. I think I may have found a way of doing this with image recognition but I really like that script for converting screen resolutions and that has given me an idea to adapt another macro which can only work with mouse movements and is always falling over when someone c...
by RNIB
Tue Apr 07, 2020 9:39 am
Forum: Beginners
Topic: WaitPixelColor & Screen Resolution
Replies: 4
Views: 5347

WaitPixelColor & Screen Resolution

I'm not too sure of the correct terminology here as it's been a few years since I last wrote a macro that had to consider screen resolutions and even then it was through more luck than judgement. So I've written a macro that works perfectly on my PC but others are saying that it stops at a particula...
by RNIB
Wed Apr 01, 2020 11:11 am
Forum: Beginners
Topic: Can't get Image Recognition to work
Replies: 4
Views: 5584

Re: Can't get Image Recognition to work

Yes NumFound is definitely registering 1. I'm not using an external monitor, this is all on my laptop and it's built in screen. I've tried changing to exact mode, restricting the search to within the Audition window and to a rectangle I drew over the specific area but each time it says it's finding ...
by RNIB
Tue Mar 31, 2020 2:55 pm
Forum: Beginners
Topic: Can't get Image Recognition to work
Replies: 4
Views: 5584

Can't get Image Recognition to work

I know I'm doing something dumb but I can't work out what. I'm using Adobe Audition and there is a panel within the program which, if the panel is enabled, displays the word "Markers" on it. I'm trying to work on part of a macro that looks to see if the Markers panel is open and if it isn't, it then...
by RNIB
Mon Mar 30, 2020 3:14 pm
Forum: Beginners
Topic: View System Windows
Replies: 1
Views: 2704

View System Windows

It's been a while since I last used MS as everything has been running beautifully. Unfortunately the recent world events have caused lots of changes and now I need to rewrite a macro to use a different version of a particular program, Adobe Audition. In the old version of Audition, when you opened a...
by RNIB
Thu Apr 26, 2018 3:13 pm
Forum: General Discussion
Topic: Detect if a folder is selected?
Replies: 7
Views: 5876

Re: Detect if a folder is selected?

Oh that's what you meant! :oops: :oops: I had completely the wrong end of the stick. Okay, I'm with you now...at least I think so. If I've understood the code I don't really need the modified date and I can recall each folder name that was copied later so that it can be deleted. In fact this approac...
by RNIB
Thu Apr 26, 2018 2:16 pm
Forum: General Discussion
Topic: Detect if a folder is selected?
Replies: 7
Views: 5876

Re: Detect if a folder is selected?

Completely understand what you are saying Marcus. The only reason I'm manually selecting folders with a mouse at the moment is because there is no way of sorting/selecting the folders I want on mass. Each folder name is a title of a project and I just have to read it and know whether that project is...
by RNIB
Thu Apr 26, 2018 2:06 pm
Forum: General Discussion
Topic: Detect if a folder is selected?
Replies: 7
Views: 5876

Re: Detect if a folder is selected?

To clarify: Using say Windows Explorer I navigate to a drive and then ctrl click (left mouse) on any folder I want to copy. On that drive there may be 200-300 folders but I've 'selected' say 50 of them. Once I've selected all the folders I want, I drag and drop them onto another drive to copy them. ...
by RNIB
Thu Apr 26, 2018 11:10 am
Forum: General Discussion
Topic: Detect if a folder is selected?
Replies: 7
Views: 5876

Detect if a folder is selected?

If you select a folder in Windows is it's state changed in some way that MS could detect? Every few weeks I have to backup certain projects from our server which involves manually selecting folders on one drive and copying to a backup drive. This is then repeated for 3 other drives (4 in total). As ...
by RNIB
Fri Nov 24, 2017 3:06 pm
Forum: Technical / Scripting
Topic: Round to 2 decimal places?
Replies: 2
Views: 2599

Re: Round to 2 decimal places?

Solved it. Well, I didn't solve it but I found someone elses code on here that did it https://www.mjtnet.com/forum/viewtopic.php?f=9&t=7974&hilit=decimal+places So I now have: Srt>folder Let>INPUT_BROWSE=2 Input>folder_result,Please Select The Root Folder, IF>folder_result= Exit>0 EndIF Let>GFL_TYPE...
by RNIB
Fri Nov 24, 2017 2:08 pm
Forum: Technical / Scripting
Topic: Round to 2 decimal places?
Replies: 2
Views: 2599

Round to 2 decimal places?

I've got a script that gets the names of all folders and their size and pastes that into Notepad. The file size is reported in MB for folders under 1GB in size and reported in GB for folders larger than 1GB. Srt>folder Let>INPUT_BROWSE=2 Input>folder_result,Please Select The Root Folder, IF>folder_r...
by RNIB
Wed Nov 22, 2017 1:43 pm
Forum: Beginners
Topic: Remove path from folder list?
Replies: 3
Views: 3889

Re: Remove path from folder list?

Ahh! Cheers JRL, that solved it.

I was looking under File Handling Commands and didn't think to look under String Handling which would have made more sense :oops:
by RNIB
Wed Nov 22, 2017 11:37 am
Forum: Beginners
Topic: Remove path from folder list?
Replies: 3
Views: 3889

Re: Remove path from folder list?

Well I realised I was being dumb about the open buttons for folder and files (whilst I'm looking for file names I'm still looking at file names within a folder). I've expanded it so that now it lets you choose whether to get a list of files or folders and if you select files you can either get a lis...
by RNIB
Tue Nov 21, 2017 2:30 pm
Forum: Beginners
Topic: Remove path from folder list?
Replies: 3
Views: 3889

Remove path from folder list?

I'm just trying to get a list of folders put into a text file. This is my code so far: Input>folder_result,Please Select The Root Folder, Let>GFL_TYPE=1 GetFileList>%folder_result%\*.*,folders Separate>folders,;,folder_names RunProgram>C:\Windows\System32\notepad.exe WaitWindowOpen>Untitled - Notepa...
by RNIB
Wed Oct 25, 2017 1:48 pm
Forum: Technical / Scripting
Topic: Find All Files Above Certain Size
Replies: 8
Views: 5023

Re: Find All Files Above Certain Size

Ahh that's fixed it. Working nicely now. Cheers JRL, that's another I owe you.
cron
Sign up to our newsletter for free automation tips, tricks & discounts