mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-22 18:02:16 +00:00
Shiftorium help stuffy
This commit is contained in:
parent
a31f574e32
commit
8e9314fd63
1 changed files with 10 additions and 0 deletions
|
@ -278,6 +278,10 @@ Public Class Terminal
|
|||
AdvancedCommand = False
|
||||
BadCommand = False
|
||||
InitializeTerminal()
|
||||
Case "shiftorium"
|
||||
TextBox1.Text = TextBox1.Text & Environment.NewLine & My.Resources.man_shiftorium
|
||||
AdvancedCommand = False
|
||||
BadCommand = False
|
||||
Case "shiftfetch"
|
||||
If Strings.AvailableFeature(8) = "1" Then
|
||||
If Strings.OnceInfo(0) = "Yes" Then
|
||||
|
@ -324,6 +328,12 @@ Public Class Terminal
|
|||
Cursor.Show()
|
||||
ShiftOSMenu.Show()
|
||||
Close()
|
||||
Case "textpad"
|
||||
If Strings.AvailableFeature(17) = "1" Then
|
||||
TextBox1.Text = TextBox1.Text & "Type any filename after 'textpad'!, ex: textpad text.txt"
|
||||
AdvancedCommand = False
|
||||
BadCommand = False
|
||||
End If
|
||||
Case "time"
|
||||
If Strings.AvailableFeature(5) = "1" Then
|
||||
TextBox1.Text = TextBox1.Text & Environment.NewLine & Math.Floor(Date.Now.Subtract(Date.Today).TotalSeconds) & " seconds passed since midnight"
|
||||
|
|
Loading…
Reference in a new issue