mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-14 00:14:05 +09:00
dos: text substitution using dollar sign
This commit is contained in:
@@ -9,13 +9,13 @@ _TVDOS.DRIVES["A"] = _BIOS.FIRST_BOOTABLE_PORT;
|
||||
|
||||
|
||||
_TVDOS.getPath = function() {
|
||||
return _TVDOS.variables.PATH.split(';');
|
||||
return [''].concat(_TVDOS.variables.PATH.split(';'));
|
||||
};
|
||||
// initial values
|
||||
_TVDOS.variables = {
|
||||
DOSDIR: "\\tvdos",
|
||||
LANG: "EN",
|
||||
PATH: ";\\tvdos\\bin;\\tbas;\\home",
|
||||
PATH: "\\tvdos\\bin;\\tbas;\\home",
|
||||
PATHEXT: ".com;.bat;.js",
|
||||
HELPPATH: "\\tvdos\\help",
|
||||
OS_NAME: "Terrarum Virtual DOS",
|
||||
|
||||
Reference in New Issue
Block a user