From: Benjamin Linnik Date: Fri, 11 Oct 2013 12:11:51 +0000 (+0200) Subject: radhard: bugfixes X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ee6693d8da87b2243776d5262d6e169e0e8c5a69;p=radhard.git radhard: bugfixes --- 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