mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-23 18:22:17 +00:00
7 lines
235 B
VB.net
7 lines
235 B
VB.net
|
Module Com_Hostname
|
|||
|
Public Sub Hostname()
|
|||
|
Strings.ComputerInfo(0) = command.Substring(command.LastIndexOf(" ") + 1, command.Length - (command.LastIndexOf(" ") + 1))
|
|||
|
Terminal_AssignPrompt()
|
|||
|
End Sub
|
|||
|
End Module
|