Its Regarding wraping of Plink.exe along with Expect package and TCL script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sowm18
    New Member
    • May 2008
    • 2

    Its Regarding wraping of Plink.exe along with Expect package and TCL script

    Hi,

    Here iam developing the .exe file for the Distribution and Deployment in other windows machines where TCL and SSH client is not installed.
    I had written a script in TCL to automate SSH Login to the Nodes and execute some commands.
    That script uses Expect package and plink.exe(as it acts as SSH client)
    Now in my machine plink.exe is present and i could able to run.

    For distribution purpose iam Wraping my script to generate .exe file using TCL DEV KIT (trial version)so that it can run as standalone without the need of TCl and plink.exe.

    My problem is

    How to wrap "SSH Login script + Expectpackage + plink.exe" using TCL DEV KIT.?

    At any cost i could not ask others to have plink.exe so i need a whole .exe file which includes following a+b+c.

    a. SSH Login script
    b. Expect Package
    c. Plink.exe

    Please Help me in proceeding this .Any hint will be appreciated.

    Thanks in Advance,

    Regards,
    BS
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    First, I am moving this to the Miscellaneous forum as this is the Introductions forum. Please do not post questions in the Introductions forum.

    Second, what language are you working with? When you say TCL, my mind goes to Perl, but you don't specifically say that. Once you let us know, we can move this posting to the forum for the correct language.

    Regards,

    Jeff

    Comment

    • RedSon
      Recognized Expert Expert
      • Jan 2007
      • 4980

      #3
      Have you looked at the nullsoft installer? You should be able to package those installers or exes and unpack them using nullsoft's installer.

      Comment

      Working...