aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Shiftoriums.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-14 12:11:31 +0700
committerEverythingWindows <[email protected]>2022-11-14 12:11:31 +0700
commitb37a6e60c9ffa266fc1fc9afc13cada7704100b0 (patch)
treed84b68938f5b983bf9f0e3d0557ec307a636b961 /ShiftOS-TheRevival/MainForms/Shiftoriums.vb
parent5fe61b8fe47c536ab6f1bf35200a9c253e7d9f2f (diff)
downloadshiftos-therevival-old-b37a6e60c9ffa266fc1fc9afc13cada7704100b0.tar.gz
shiftos-therevival-old-b37a6e60c9ffa266fc1fc9afc13cada7704100b0.tar.bz2
shiftos-therevival-old-b37a6e60c9ffa266fc1fc9afc13cada7704100b0.zip
moving more from Console to Terminal Internal/External Apps
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Shiftoriums.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Shiftoriums.vb22
1 files changed, 21 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Shiftoriums.vb b/ShiftOS-TheRevival/MainForms/Shiftoriums.vb
index 3511f2e..d9317e0 100644
--- a/ShiftOS-TheRevival/MainForms/Shiftoriums.vb
+++ b/ShiftOS-TheRevival/MainForms/Shiftoriums.vb
@@ -51,7 +51,7 @@
NewLine("(textpad | 100 CP) TextPad")
Else
If Strings.AvailableFeature(30) = "0" Then
- NewLine("(script | 100 CP) ShiftOS Batch Script Support")
+ NewLine("(batchscript | 100 CP) ShiftOS Batch Script Support")
End If
End If
End If
@@ -88,6 +88,26 @@
Else
If Strings.AvailableFeature(24) = "0" Then
NewLine("(date | 70 CP) Date command")
+ Else
+ If Strings.AvailableFeature(25) = "0" Then
+ NewLine("(woy | 75 CP) Date by week of year")
+ Else
+ If Strings.AvailableFeature(26) = "0" Then
+ NewLine("(moy | 80 CP) Date by month of year")
+ Else
+ If Strings.AvailableFeature(27) = "0" Then
+ NewLine("(year | 85 CP) Date by year")
+ Else
+ If Strings.AvailableFeature(28) = "0" Then
+ NewLine("(mmyyyy | 90 CP) Date by month and year")
+ Else
+ If Strings.AvailableFeature(29) = "0" Then
+ NewLine("(generaldate | 95 CP) Date by general format")
+ End If
+ End If
+ End If
+ End If
+ End If
End If
End If
End If