Jump to content

Recommended Posts

Posted

replaces the explorer shell with a terminal server connection launcher

RunWait(@ProgramFilesDir & "\Citrix\ICA Client\pn.exe  /APP TerminalServer", @ProgramFilesDir & "\Citrix\ICA Client")


$i = WinExists("TerminalServer", "Metaframe Presentation Server Client")
Do
    $i = true
    if  WinActive("TerminalServer", "Metaframe Presentation Server Client") Then
    Do
    until not WinExists("TerminalServer", "Metaframe Presentation Server Client")
    Else
        RunWait(@ProgramFilesDir & "Citrix\ICA Client\pn.exe  /APP TerminalServer", @ProgramFilesDir & "\Citrix\ICA Client")
    EndIf
until $i = false

RichE

[font="'Arial Narrow';"]Current projects[/font]

[font="'Arial Narrow';"]are on my site [/font]Sellostring

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...