; add the MMReplace items to the MMEdit.inf file (MMEdit needs to be shutdown)
[External programs]
; %bas% The full path and filename to the current BAS file.
; %basshort% The filename to the current BAS file without any path.
; %baspath% The path To the current BAS file
; %extpath% The path To the external.exe (Default starting folder)
; %mmepath% The path To the MMEdit And MMCC program folder including trailing \
; %q% = quote Chr(34)
External hot link = 1
Ext0 = Run in Terminal|%q%%baspath%%q%|lxterminal|-e mmb4l %q%%bas%%q% &disown|0

-------------   Locate the above section in the MMEdit.inf file  ---------------

---- Add the lines below underneath any existing entries for [External programs]  ---
---  Don't worry about gaps in the numbering, MMEdit will fix them at startup     ---   

Ext6 = MMReplace >> MMCC|%q%%baspath%%q%|%mmepath%MMReplace|%bas% %mmepath% MMCC|0
Ext7 = MMReplace >> MMEdit|%q%%baspath%%q%|%mmepath%MMReplace|%bas% %mmepath% MMEdit|0
Ext8 = MMReplace >> PIOCHECK|%q%%baspath%%q%|%mmepath%MMReplace|%bas% %mmepath% PIOCHECK|0

