Skip to content
Snippets Groups Projects

dreamware and sunrise

Merged Kayz requested to merge mlong/extbatch6 into master
All threads resolved!
118 files
+ 3606
40
Compare changes
  • Side-by-side
  • Inline
Files
118
@@ -18,7 +18,7 @@ if (!file.open("r")) {
var lines = file.readAll();
file.close();
lines[0] = '%PCBDIR%\DOOR.SYS';
lines[0] = "%PCBDRIVE%%PCBDIR%door.sys";
lines[1] = system.name;
var op = system.operator.split(" ", 2);
Loading