Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

1 Syntax description

Common syntax:

#def {macros_name}$({arguments})
    {body}
#end def

How to reload file within Calcpad without restarting

Notepad++

  1. Install https://github.com/guilryder/clavier-plus
  2. Create file: C:\my-cli\npp-run-calcpad.bat:
"%SystemRoot%\System32\chcp.com" 65001 > nul
"%SystemRoot%\System32\tasklist.exe" | "%SystemRoot%\System32\find.exe" "Calcpad.exe" || ("%programfiles%\Clavier\Clavier.exe /sendkeys  "[{Focus,10,*Notepad++}][Ctrl+S]" & timeout 1 & start "" "%programfiles%\Calcpad\Calcpad.exe" "%~1" & exit)