From 25188f38a6009ad8ebb148f845441bc14b4e63bd Mon Sep 17 00:00:00 2001 From: MockbaTheBorg Date: Tue, 7 May 2024 09:32:53 -0400 Subject: [PATCH] Renamed default autoexec to avoid confusion with DOS/Windows --- RunCPM/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RunCPM/globals.h b/RunCPM/globals.h index fa85003..f4bd2d6 100644 --- a/RunCPM/globals.h +++ b/RunCPM/globals.h @@ -223,7 +223,7 @@ static uint16 physicalExtentBytes;// # bytes described by 1 directory entry /* definition of an autoexec functionality */ static uint8 firstBoot = TRUE; // True if this is the first boot -#define AUTOEXEC "AUTOEXEC.BAT" // Name of the autoexec file +#define AUTOEXEC "AUTOEXEC.TXT" // Name of the autoexec file #define BOOTONLY FALSE // If TRUE, the autoexec file will only be loaded on the first boot static uint32 timer;