]> git.sesse.net Git - pistorm/commitdiff
Suppress CLI-window at startup when using AmiTCP
authorJarno Lehtinen <lehtinen@sci.fi>
Thu, 17 Jun 2021 11:10:54 +0000 (14:10 +0300)
committerGitHub <noreply@github.com>
Thu, 17 Jun 2021 11:10:54 +0000 (14:10 +0300)
Redirect AmiTCP:bin/startnet output to NIL: so it doesn't open new persistent CLI-window at startup.

a314/README.md

index 4548455430172c5fbf3b375e6e6b2ed5ec299623..6374d29e39720cdebbcb7844a799719bed37fdf1 100644 (file)
@@ -213,10 +213,11 @@ Roadshow is a proprietary software that costs €25.00. There's also a demo vers
 
     `ed s:user-startup`
     - Remove login-line (ESC,D,enter)
+    - To suppress CLI-window at startup, modify `run AmiTCP:bin/startnet` line to `run >NIL: AmiTCP:bin/startnet`
     - Save and exit (ESC,x,enter)
     
     `ed Work:AmiTCP-3.0b2/db/interfaces`
-    - Add line: eth dev=devs:a314eth.device
+    - Add line: `eth dev=devs:a314eth.device`
     - Save and exit (ESC,x,enter)
 
     `ed Work:AmiTCP-3.0b2/bin/startnet`