diff options
| author | EverythingWindows <[email protected]> | 2022-11-19 06:54:01 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-19 06:54:01 +0700 |
| commit | 1d1722345b99abe7f52e999994ccb3e088cbd3c2 (patch) | |
| tree | 327c1bd028102ddcec8c71d8a5229740f35f089e /ShiftOS-TheRevival/Functions/InGame/ROMs | |
| parent | e73d05d3b013924c89c6c8824f8bf338ec52ffbd (diff) | |
| download | shiftos-therevival-old-1d1722345b99abe7f52e999994ccb3e088cbd3c2.tar.gz shiftos-therevival-old-1d1722345b99abe7f52e999994ccb3e088cbd3c2.tar.bz2 shiftos-therevival-old-1d1722345b99abe7f52e999994ccb3e088cbd3c2.zip | |
Rename function implemented
Diffstat (limited to 'ShiftOS-TheRevival/Functions/InGame/ROMs')
| -rw-r--r-- | ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb b/ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb index 0bbada4..325f583 100644 --- a/ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb +++ b/ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb @@ -79,7 +79,7 @@ '28 = Date by month and year [Shows date in MM/YYYY format] (0.2.5) (default : 0) '29 = Date by general [Shows date in general DD/MM/YYYY format] (0.2.5) (default : 0) '30 = Batch-file support for ShiftOS [Gives execution support for ShiftOS Script File (.scr)] (0.2.5) (default : 0) - '31 = Clipboard support for ShiftOS [Gives clipboard support for copy-pasting in ShiftOS] (0.2.6) (default : 0) + '31 = Rename support [Ability to rename files in ShiftOS] (default : 0) ' 'Features bought hierarchy : 'ShiftOS Key (KEY) (5 CP) @@ -100,8 +100,8 @@ '>>>>>>RGB Variant (rgb2) (75 CP) '>>>>>>>4-bit Color Display (4BITCOLOR) (80 CP) '>>>>>>>>Terminal Read-Only Memory Driver (ROMDRIVER, DIR, MKDIR, RMDIR, CD, PWD) (90 CP) + '>>>>>>>>>Rename support (RENAME) (95 CP) '>>>>>>>>>TextPad (100 CP) - '>>>>>>>>>>Clipboard support (CLIPBOARD) (100 CP) '>>>>>>>>>>ShiftOS Batch Script Support (BATCHSCRIPT) (100 CP) '>>Basic Calculator (BC) (55 CP) '>>Time by Seconds (TIME, STIME) (10 CP) |
