Search found 6 matches
- Tue Apr 02, 2013 12:26 am
- Forum: Technical / Scripting
- Topic: Trigger Events - network intensive?
- Replies: 3
- Views: 4492
- Wed Mar 27, 2013 11:50 pm
- Forum: Technical / Scripting
- Topic: Trigger Events - network intensive?
- Replies: 3
- Views: 4492
Trigger Events - network intensive?
I am setting up a macro to trigger every time a new file exists in a network folder on my fileserver.
I am wondering how intensive the network traffic between the PC running the macro and the fileserver is going to be.
Is the continious polling going to create me a network traffic problem??
I am wondering how intensive the network traffic between the PC running the macro and the fileserver is going to be.
Is the continious polling going to create me a network traffic problem??
- Wed Dec 05, 2012 6:13 am
- Forum: General Discussion
- Topic: how can I debug script called by macro>
- Replies: 4
- Views: 18036
how can I debug script called by macro>
I have a script that contains dialog to get various values.
Depending on values the script then calls other scripts via the macro> command passing various paramaters.
My question is how can I debug the called macro?
Thanks.
Depending on values the script then calls other scripts via the macro> command passing various paramaters.
My question is how can I debug the called macro?
Thanks.
- Mon Apr 30, 2012 2:27 am
- Forum: Technical / Scripting
- Topic: Can Seperate command accept a variable
- Replies: 2
- Views: 4065
- Fri Apr 27, 2012 11:13 am
- Forum: Technical / Scripting
- Topic: Can Seperate command accept a variable
- Replies: 2
- Views: 4065
Can Seperate command accept a variable
I am using seperate command in a subroutine to generate lists of files in folders GetFileList>c:\a1\*.*,fl,; separate>fl,;,Flist What I am wanting to do is GetFileList>c:\a1\*.*,fl,; Let>myFList=Test (will actually be a passed variable) separate>fl,;,%myFlist% I was hoping I would end up with my lis...
- Wed Jan 20, 2010 10:28 pm
- Forum: Technical / Scripting
- Topic: How to tell if AutoLogon was successful??
- Replies: 1
- Views: 2782
How to tell if AutoLogon was successful??
I have a macro that creates an invoice each night. It does this by reading a file and sends the appropriate keystrokes to the invoicing program. As I am sending keystrokes the windows session must by logged on and thus I am using Autologon Autologon works 9 times out of 10 for me :) , but that 1 tim...