Skip to content
Snippets Groups Projects
Commit df5ed490 authored by Kayz's avatar Kayz
Browse files

enhancements to install scripts

parent 891eba29
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!85dreamware and sunrise
...@@ -20,7 +20,7 @@ if (!file.open("r")) { ...@@ -20,7 +20,7 @@ if (!file.open("r")) {
var lines = file.readAll(); var lines = file.readAll();
file.close(); file.close();
lines[0] = "%PCBDRIVE%%PCBDIR%\DOOR.SYS"; lines[0] = "%PCBDRIVE%%PCBDIR%door.sys";
lines[1] = system.name; lines[1] = system.name;
var op = system.operator.split(" ", 2); var op = system.operator.split(" ", 2);
lines[2] = op[0]; lines[2] = op[0];
......
...@@ -20,7 +20,7 @@ if (!file.open("r")) { ...@@ -20,7 +20,7 @@ if (!file.open("r")) {
var lines = file.readAll(); var lines = file.readAll();
file.close(); file.close();
lines[0] = "%PCBDRIVE%%PCBDIR%\DOOR.SYS"; lines[0] = "%PCBDRIVE%%PCBDIR%door.sys";
lines[1] = system.name; lines[1] = system.name;
var op = system.operator.split(" ", 2); var op = system.operator.split(" ", 2);
lines[2] = op[0]; lines[2] = op[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment