aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--startup.bat3
-rw-r--r--startup.vbs2
2 files changed, 4 insertions, 1 deletions
diff --git a/startup.bat b/startup.bat
index 21be4e92..d14abdd5 100644
--- a/startup.bat
+++ b/startup.bat
@@ -1 +1,2 @@
-ncat --sh-exec "ncat 127.0.0.1 8194" -l 8194 --keep-open
+start c:\blp\API\bbcomm.exe
+socat TCP-LISTEN:8194,bind=192.168.0.4,fork TCP:127.0.0.1:8194 \ No newline at end of file
diff --git a/startup.vbs b/startup.vbs
new file mode 100644
index 00000000..cb075e65
--- /dev/null
+++ b/startup.vbs
@@ -0,0 +1,2 @@
+Set objShell = WScript.CreateObject("WScript.Shell")
+objShell.Run("C:\Users\guillaume\startup.bat"), 0, True \ No newline at end of file