From 8b879eb638cbb842c723b64f53b04d30d931a4f0 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Mon, 14 Nov 2022 20:09:29 +0700 Subject: Moving DoCommand to TerminalAPI, etc. --- ShiftOS-TheRevival/Terminal Applications/Internal/Com_05tray.vb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ShiftOS-TheRevival/Terminal Applications/Internal/Com_05tray.vb (limited to 'ShiftOS-TheRevival/Terminal Applications') diff --git a/ShiftOS-TheRevival/Terminal Applications/Internal/Com_05tray.vb b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_05tray.vb new file mode 100644 index 0000000..70a8b79 --- /dev/null +++ b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_05tray.vb @@ -0,0 +1,7 @@ +Module Com_05tray + Public Sub _05tray() + Dim TempCP As Integer = Convert.ToInt32(Strings.ComputerInfo(2)) + TempCP = TempCP + 50 + Strings.ComputerInfo(2) = Convert.ToString(TempCP) + End Sub +End Module -- cgit v1.2.3