From 061570398dbb87b2abd94d222b8c7b1c96b379a2 Mon Sep 17 00:00:00 2001 From: tomcw Date: Mon, 6 Jun 2022 21:32:23 +0100 Subject: [PATCH] Help: Debugger: extend info about loading DebuggerAutoRun.txt --- help/dbg-configuration.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/help/dbg-configuration.html b/help/dbg-configuration.html index d79c7d4e..dbfde16d 100644 --- a/help/dbg-configuration.html +++ b/help/dbg-configuration.html @@ -230,8 +230,10 @@ MODE 2

You can run custom batch or script files that contain debugger commands.  Scripts files do not echo their input; to print a string to the output console window, use the ECHO command. NB. When AppleWin initially starts-up, it - will attempt to auto-run 'DebuggerAutoRun.txt' (located in the same folder - as AppleWin.exe). + will attempt to auto-run 'DebuggerAutoRun.txt' (searching starts in the "Current Directory"[1], otherwise in the same folder + as AppleWin.exe).
+
+ [1] "Current Directory" is implicitly set when inserting disk/harddisk images and ultimately by the command line switch: -current-dir <path>.