Jump to content

Search the Community

Showing results for tags 'terminal'.

  • Search By Tags

    • terminal ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. I want to create script to putty auto login and its work. RunWait('"C:\Program Files\PuTTY\putty.exe" -ssh SERVER -l root -pw PASSWORD') but I want to declare like SERVER , username(root or something) , and password. but somehow its not works. Local $SERVER = "SERVER" Local $USER =...
  2. "vintage" terminal This is a funny old style terminal simulator capable to understand and interpretate ANSI escape sequences. It allows printing of text in various colors and are also allowed styles like underline, italic, blink and flash You can print in any position of the screen by using so...
  3. Hi All, Written a script but need to make sure users don't run it on any of our Terminal Servers. So far I've added this as a work-around based on a naming convention, but I'd like to find a more robust way of checking: If Not StringInStr (@ComputerName, "ABCSydTS") Then ...Thanks!
  4. I'm trying to create an edit control with Terminal as the font. I'm a big fan of Terminal at the 6x8 size, but I can't figure out a way to set it using GUICtrlSetFont. It seems as though the weight parameter is ignored, and setting the size to anything below 6 gives you the nearly unreadable 4x6 siz...
×
×
  • Create New...