Search found 84 matches
- Wed Sep 07, 2022 10:49 am
- Forum: General Discussion
- Topic: Installer Interaction with Macro
- Replies: 4
- Views: 13861
Re: Installer Interaction with Macro
I guess it should be the reason. But then, would the same have to be done if using the EXE file, open it as administrator?
- Wed Sep 07, 2022 9:52 am
- Forum: General Discussion
- Topic: Installer Interaction with Macro
- Replies: 4
- Views: 13861
Installer Interaction with Macro
When I want to use the Macro to input commands to run an installer, it appears that the program failed to interact with it, so for example, clicking the "Next" button will not work. The program seems to recognise that the installer exists, because GetActiveWindow can recognise it. Is there any way a...
- Fri Jun 26, 2020 7:50 am
- Forum: General Discussion
- Topic: Compiled EXE Disinfected
- Replies: 3
- Views: 12873
Re: Compiled EXE Disinfected
So for any applications that are reported, each individual compilation needs to be sent for checking, isn't it? For the certificates, based on what I see those require payment? Are there any alternatives that do not require any sort of subscription? And if the new version of Macro Scheduler does not...
- Thu Jun 18, 2020 1:27 pm
- Forum: General Discussion
- Topic: Compiled EXE Disinfected
- Replies: 3
- Views: 12873
Compiled EXE Disinfected
Currently using Macro version 14.2.03. However, when I compile the program in Macro, my EXE files disappeared, with my antivirus detecting "VHO:Trojan-Ransom.Win32.Generic". What is the cause of this, and is this issue solved in a future version?
Thank you for reading.
Thank you for reading.
- Thu Mar 19, 2020 10:24 am
- Forum: General Discussion
- Topic: Connecting to Oracle through Macro
- Replies: 1
- Views: 8578
Connecting to Oracle through Macro
I am looking to connect to a client's Oracle database for information that are found in it, but I am not sure what is the best way to connect to Oracle. - What is the best Driver to use for connecting to Oracle, and how to implement this Driver - What is the format of the connection string that woul...
- Thu Jan 31, 2019 3:01 am
- Forum: General Discussion
- Topic: SFTP in Macro Scheduler
- Replies: 3
- Views: 9740
SFTP in Macro Scheduler
In Macro Scheduler, there are functions for FTP based on what I have seen in the help file. Does Macro Scheduler support SFTP? If so, are there any differences between both FTP and SFTP in terms of how the code is written?
Thank you for reading.
Thank you for reading.
- Wed Jun 06, 2018 8:06 am
- Forum: Technical / Scripting
- Topic: How to Remove AutoLogon User
- Replies: 1
- Views: 2065
How to Remove AutoLogon User
I have installed the AutoLogon function to test the functionality, but now I want to remove the user since when I sign into the PC the default user is this AutoLogon user. How do I do that?
Thank you for reading.
Thank you for reading.
- Tue Sep 26, 2017 10:04 am
- Forum: Beginners
- Topic: Using two Excel Book Handles at once
- Replies: 2
- Views: 4159
Re: Using two Excel Book Handles at once
Never mind, I found out the problem just now: it's the fact that the Excel is considered "unactivated", which means that when I open Excel, there would be a pop up stating to activate it.
- Mon Sep 25, 2017 10:42 am
- Forum: Beginners
- Topic: Using two Excel Book Handles at once
- Replies: 2
- Views: 4159
Using two Excel Book Handles at once
I am currently using two Excel workbook at once, but I ran into a problem: after I opened a second workbook, whenever I want to retrieve or write data on the first workbook, I got the error that the "Call was rejected by callee". Even if I closed the second workbook, I still cannot read/write data o...
- Fri Aug 18, 2017 7:47 am
- Forum: Beginners
- Topic: Check if Excel Sheet Exists
- Replies: 2
- Views: 4324
Check if Excel Sheet Exists
I am experiencing a problem now. I followed the code from a previous thread (Verify Excel Sheet), but I could get the results to return "True" if the Excel sheet exists. Is there anything that I have missed out in the code? (Ignore the MonthNumber function, because it will be used in another part of...
- Fri Aug 18, 2017 7:38 am
- Forum: Beginners
- Topic: Task Scheduler EXE without user login
- Replies: 2
- Views: 4065
Re: Task Scheduler EXE without user login
OK, got it. I am planning to compile another program to log into the server for the sole purpose of allowing the inside macro to run.
- Tue Aug 15, 2017 5:36 am
- Forum: Beginners
- Topic: Task Scheduler EXE without user login
- Replies: 2
- Views: 4065
Task Scheduler EXE without user login
There is a program that I have made that involves opening a designated program and then using keyboard commands on it, but the program is meant to run as a task in Task Scheduler. However, based on my testing, I found out that it will not run when the option "run whether user is logged on or not" wi...
- Wed Aug 02, 2017 10:46 am
- Forum: Beginners
- Topic: Determine if a file is open
- Replies: 3
- Views: 4727
Determine if a file is open
There is a certain application that I would like to check on whether the file is open. Basically the macro requires that this application is open before I do anything. Otherwise, I would put the message that the program is not open. What is the best way to approach this problem? Thank you for reading.
- Tue Jul 25, 2017 8:48 am
- Forum: Beginners
- Topic: Executing Macro Commands in Remote Desktop
- Replies: 2
- Views: 5684
Executing Macro Commands in Remote Desktop
Something I have recently found out is, when accessing Remote Desktop (RD), some of the commands are executed on the PC that is used to access the RD, but not within the RD itself. This means that commands like WaitWindowOpen or WaitWindowClosed will not work within the confines of the RD, even thou...
- Sun Jun 11, 2017 7:55 pm
- Forum: Beginners
- Topic: Get File List, including files in subfolders
- Replies: 1
- Views: 3723
Get File List, including files in subfolders
The GetFileList function is useful for getting the list of files within a particular folder, but what I want to do currently is to also look for certain files in sub-folders, so for example, I want to look for all PNG files in a designated folder and any folders within the folder. What is the best w...