Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9052

Re: Scripting via Citrix Client ?!

$
0
0

Hi Thomas

 

You can use the VBS to open the Citrix server Url with auto user id & password. Kindly refer the VBscript

_______________

set a = createobject("wscript.shell")

a.run "Citrix server Url"

wscript.sleep(2000)

a.sendkeys("User@domain.com")

a.sendkeys chr(9)

wscript.sleep (2000)

a.sendkeys("Password")

a.sendkeys "{Enter}"

wscript.quit

_________________________

 

BR

SS


Viewing all articles
Browse latest Browse all 9052

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>