Search found 12 matches
- Fri Mar 04, 2005 2:45 pm
- Forum: Technical / Scripting
- Topic: Problem with 'Press CTRL' and citrix
- Replies: 16
- Views: 32473
I want to publicly say that your responsiveness to this (and other) issues has been outstanding! It is becoming more rare in this day and age to get good support, however yours has been excellent. While there are free tools that can technically do some of what MS does, the confidence that I have a g...
- Fri Mar 04, 2005 2:37 pm
- Forum: Technical / Scripting
- Topic: Can a compiled macro write to STDOUT?
- Replies: 6
- Views: 9782
Thanks for looking into this. I'm on Win2K Pro but tried your script anyway, and sure enough it didn't work. Most of the machines I would deploy this to will be Win2K, so this doesn't help me, but definately good info for the future. The memo idea won't help me since the calling app needs to automat...
- Fri Mar 04, 2005 2:27 pm
- Forum: Technical / Scripting
- Topic: WaitKeyDown busy-waits
- Replies: 4
- Views: 6986
- Fri Mar 04, 2005 2:23 pm
- Forum: Technical / Scripting
- Topic: Problem with 'Press CTRL' and citrix
- Replies: 16
- Views: 32473
I am running msched on my local machine, a Win2K Pro SP4 Dell Latitude D600 Laptop. I double-checked using your script, and what i got in the outlook note was: hello worldac As you can see, the CTRL never made it across so the a & c keypresses were treated as regular typed characters. When i turned ...
- Fri Mar 04, 2005 6:27 am
- Forum: Technical / Scripting
- Topic: WaitKeyDown busy-waits
- Replies: 4
- Views: 6986
- Fri Mar 04, 2005 6:11 am
- Forum: Technical / Scripting
- Topic: Can a compiled macro write to STDOUT?
- Replies: 6
- Views: 9782
The SetEnvVar idea seemed decent. I tried this but it's not working the way i expected. I created a simple compiled macro 'console.exe': SetEnvVar>foo,Passed wkd>g and then i created a wrapper batch file 'consolebat.bat': @echo off console.exe echo %foo% pause Using SysInternal's ProcessExplorer htt...
- Fri Mar 04, 2005 4:26 am
- Forum: Technical / Scripting
- Topic: Can a compiled macro write to STDOUT?
- Replies: 6
- Views: 9782
Can a compiled macro write to STDOUT?
Is there anyway for a macro compiled to an exe write to STDOUT? I want to output status messages as the script runs. I know I can write to a file, but that doesn't help me. My .exe will be run by a scheduling application which read the messages from the console. Maybe with VB? Along the same lines, ...
- Wed Mar 02, 2005 11:20 pm
- Forum: Technical / Scripting
- Topic: Problem with 'Press CTRL' and citrix
- Replies: 16
- Views: 32473
If you'd like to try it out, I found a company with a demo app on citrix. It has the same issue.
To test simply open up an outlook note, write some text and try to cut-n-paste it.
http://forms.frontrange.com/form.asp?fid=65
Thanks,
Jon
To test simply open up an outlook note, write some text and try to cut-n-paste it.
http://forms.frontrange.com/form.asp?fid=65
Thanks,
Jon
- Wed Mar 02, 2005 10:58 pm
- Forum: Technical / Scripting
- Topic: Problem with 'Press CTRL' and citrix
- Replies: 16
- Views: 32473
- Wed Mar 02, 2005 10:41 pm
- Forum: Technical / Scripting
- Topic: Problem with 'Press CTRL' and citrix
- Replies: 16
- Views: 32473
- Wed Mar 02, 2005 9:59 pm
- Forum: General Discussion
- Topic: Citrix Send command -no action
- Replies: 6
- Views: 11076
Did you ever get this to work? I think the issue is with CTRL & citrix...
See this post:
http://www.mjtnet.com/forum/viewtopic.php?p=6952#6952
Please let me know.
Thanks
See this post:
http://www.mjtnet.com/forum/viewtopic.php?p=6952#6952
Please let me know.
Thanks
- Wed Mar 02, 2005 9:58 pm
- Forum: Technical / Scripting
- Topic: Problem with 'Press CTRL' and citrix
- Replies: 16
- Views: 32473
Problem with 'Press CTRL' and citrix
I don't think "Press CTRL" works over citrix. As a simple test I opened Excel thru citrix and then recorded the following: I clicked on a cell with some text, pressed CTRL-c to copy, clicked on another cell and pressed CTRL-v to paste it. When I played it back it simply sent 'c' & 'v' -- no CTRL. I ...