Site Tools


autoit:codes:asciistarwars

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
autoit:codes:asciistarwars [2014/12/16 00:40] lunetikkautoit:codes:asciistarwars [2018/12/20 17:43] (current) – Discussion status changed lunetikk
Line 2: Line 2:
  
 There is a "trick" to watch ASCII StarWars with telnet. To make this work, activate the feature "Telnet Client". There is a "trick" to watch ASCII StarWars with telnet. To make this work, activate the feature "Telnet Client".
-After this, execute the following for a quick start. Make sure to be admin+After this, execute the following for a quick start.
  
-<code starwars.au3>+<code autoit starwars.au3>
 Sleep (1000) Sleep (1000)
-Run ("telnet")+Send("#r")
 Sleep (1000) Sleep (1000)
 +Send("telnet")
 +Send ("{enter}")
 +Sleep (500)
 Send("o") Send("o")
 Send ("{enter}") Send ("{enter}")
Line 16: Line 19:
 Exit Exit
 </code> </code>
 +
 +\\
 +\\
 +~~DISCUSSION:closed~~
autoit/codes/asciistarwars.1418686858.txt.gz · Last modified: 2017/03/01 12:50 (external edit)