mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-18 10:24:04 +09:00
command.js: fixing bad path syntax on shell.execute
This commit is contained in:
@@ -13,11 +13,11 @@ _TVDOS.getPath = function() {
|
||||
};
|
||||
// initial values
|
||||
_TVDOS.variables = {
|
||||
DOSDIR: "\\tvdos\\",
|
||||
DOSDIR: "\\tvdos",
|
||||
LANG: "EN",
|
||||
PATH: "\\tvdos\\bin\\",
|
||||
PATH: "\\tvdos\\bin",
|
||||
PATHEXT: ".com;.bat;.js",
|
||||
HELPPATH: "\\tvdos\\help\\",
|
||||
HELPPATH: "\\tvdos\\help",
|
||||
OS_NAME: "Terrarum Virtual DOS",
|
||||
OS_VERSION: _TVDOS.VERSION
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user