From ee6693d8da87b2243776d5262d6e169e0e8c5a69 Mon Sep 17 00:00:00 2001 From: Benjamin Linnik Date: Fri, 11 Oct 2013 14:11:51 +0200 Subject: [PATCH] radhard: bugfixes --- bot/Functions/GetSystem.au3 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bot/Functions/GetSystem.au3 diff --git a/bot/Functions/GetSystem.au3 b/bot/Functions/GetSystem.au3 new file mode 100755 index 0000000..d5ca010 --- /dev/null +++ b/bot/Functions/GetSystem.au3 @@ -0,0 +1,7 @@ +$computernameUSB = "JSPC12" +$computernamePXI = "PXI" +If @ComputerName == $computernamePXI Then + $system = "PXI" +Else + $system = "USB" +EndIf \ No newline at end of file -- 2.43.0