diff options
| author | EverythingWindows <[email protected]> | 2022-11-24 22:51:51 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-24 22:51:51 +0700 |
| commit | fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b (patch) | |
| tree | 54e664674cf55f0764a178bc6d3456591a925b0e /ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb | |
| parent | 9754f495672581abd7098c39027b512525b5f9ab (diff) | |
| download | shiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.tar.gz shiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.tar.bz2 shiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.zip | |
rough 0.2.7
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb')
| -rw-r--r-- | ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb new file mode 100644 index 0000000..63941a1 --- /dev/null +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb @@ -0,0 +1,13 @@ +Module Com_Applist + Public Sub AppList() + NewLine("ShiftOS Graphical Application List") + NewLine("To run a program, you can type 'app ' and the name of the program listed below (along with its underscore or any symbols included)") + NewLine(Nothing) + If Strings.AvailableFeature(37) = 1 Then + NewLine("KNOWLEDGE_INPUT Simple puzzle game where you guess as many things as you can") + End If + If Strings.AvailableFeature(36) = 1 Then + NewLine("SHIFTER Graphical customization program for ShiftOS") + End If + End Sub +End Module |
