Revision | 311 (tree) |
---|---|
Time | 2021-04-02 22:54:22 |
Author | ![]() |
removed references to A: from boot files so they are compatible with booting from an emulated C: (USB) drive
@@ -1,6 +1,5 @@ | ||
1 | 1 | @ECHO OFF |
2 | -PATH A:\ | |
3 | -SET NLSPATH=A:\ | |
2 | +SET NLSPATH=%PATH% | |
4 | 3 | PROMPT $P$G |
5 | 4 | SET DIRCMD=/P /OGNE /4 |
6 | 5 | ALIAS REBOOT=FDAPM COLDBOOT |