mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-23 02:12:14 +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
|
AdvancedCommand = False
|
||||||
BadCommand = False
|
BadCommand = False
|
||||||
InitializeTerminal()
|
InitializeTerminal()
|
||||||
|
Case "shiftorium"
|
||||||
|
TextBox1.Text = TextBox1.Text & Environment.NewLine & My.Resources.man_shiftorium
|
||||||
|
AdvancedCommand = False
|
||||||
|
BadCommand = False
|
||||||
Case "shiftfetch"
|
Case "shiftfetch"
|
||||||
If Strings.AvailableFeature(8) = "1" Then
|
If Strings.AvailableFeature(8) = "1" Then
|
||||||
If Strings.OnceInfo(0) = "Yes" Then
|
If Strings.OnceInfo(0) = "Yes" Then
|
||||||
|
@ -324,6 +328,12 @@ Public Class Terminal
|
||||||
Cursor.Show()
|
Cursor.Show()
|
||||||
ShiftOSMenu.Show()
|
ShiftOSMenu.Show()
|
||||||
Close()
|
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"
|
Case "time"
|
||||||
If Strings.AvailableFeature(5) = "1" Then
|
If Strings.AvailableFeature(5) = "1" Then
|
||||||
TextBox1.Text = TextBox1.Text & Environment.NewLine & Math.Floor(Date.Now.Subtract(Date.Today).TotalSeconds) & " seconds passed since midnight"
|
TextBox1.Text = TextBox1.Text & Environment.NewLine & Math.Floor(Date.Now.Subtract(Date.Today).TotalSeconds) & " seconds passed since midnight"
|
||||||
|
|
Loading…
Reference in a new issue