Search found 6 matches
- Sat Mar 01, 2014 12:31 pm
- Forum: Beginners
- Topic: Place two text items in memory for later use.
- Replies: 4
- Views: 5077
- Fri Feb 28, 2014 9:56 pm
- Forum: Beginners
- Topic: Place two text items in memory for later use.
- Replies: 4
- Views: 5077
Place two text items in memory for later use.
I will execute a set of instructions and remember 2 pieces of information.When that process completes those 2 pieces of information have changed. I will then execute the same set of instructions and put back the original 2 pieces of information. How can I remember those 2 pieces of information from ...
- Sat Nov 16, 2013 12:37 pm
- Forum: Technical / Scripting
- Topic: Scheduled Scrip Fails. Manual Script Works
- Replies: 6
- Views: 6069
- Fri Nov 15, 2013 6:18 pm
- Forum: Technical / Scripting
- Topic: Scheduled Scrip Fails. Manual Script Works
- Replies: 6
- Views: 6069
Marcus, My Terminal Server session is always connected but it is minimized in my PC Desktop. I opened the TS screen, not minimized, and the scheduler was able to run a test job I had created. The actual job is set to run at 7:30 PM so tonight I'll leave my TS session screen open on my PC and see wha...
- Thu Nov 14, 2013 10:09 pm
- Forum: Technical / Scripting
- Topic: Scheduled Scrip Fails. Manual Script Works
- Replies: 6
- Views: 6069
I'm not sure. What I am sure of is that the Press Enter never gets executed. ================================================= //Set IGNORESPACES to 1 to force script interpreter to ignore spaces. //If using IGNORESPACES quote strings in {" ... "} //Let>IGNORESPACES=1 Run>"C:\Program Files (x86)\Act...
- Thu Nov 14, 2013 9:14 pm
- Forum: Technical / Scripting
- Topic: Scheduled Scrip Fails. Manual Script Works
- Replies: 6
- Views: 6069
Scheduled Scrip Fails. Manual Script Works
I have created a script to run in a Windows Terminal Server environment. The scheduled script executes the first few lines and never executes the Press Enter. ============================================ //Set IGNORESPACES to 1 to force script interpreter to ignore spaces. //If using IGNORESPACES qu...