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
Last revisionBoth sides next revision
autoit:codes:asciistarwars [2014/12/16 00:40] lunetikkautoit:codes:asciistarwars [2017/11/29 17:04] 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~~
autoit/codes/asciistarwars.txt · Last modified: 2018/12/20 17:43 by lunetikk