﻿
;Add the following to activate the new Action meuu items, MMEdit MUST 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

---  Find the above section in the MMEdit5.inf file (MMEdit must be shutdown) --------
---- Copy the new action items below into the clipboard ----
---- Paste them below any existing items in the current MMEdit5.inf file ---


Ext6 = MMReplace --> MMCC|%q%%extpath%%q%|%q%MMReplace.exe%q% | %q%%bas%%q% %q%%mmepath%%q% %q%MMCC%q%|0
Ext7 = MMReplace --> MMEdit|%q%%extpath%%q%|%q%MMReplace.exe%q% | %q%%bas%%q% %q%%mmepath%%q% %q%MMEdit%q%|0
Ext8 = MMReplace --> PIOCHECK|%q%%extpath%%q%|%q%MMReplace.exe%q% | %q%%bas%%q% %q%%mmepath%%q% %q%PIOCHECK%q%|0
Ext9 = Find Line  No.|%q%%extpath%%q%|%q%findlineno.exe%q% | %q%%mmepath%%q% |0
