And another ussage.

when saving, your bat can simply copy temp to target and compile it or zip it or
anything else

if %1 == -S (
copy %2 %3
compile %3
)

it means it will compile result each time you save it.

so simple CMD plugin what does "nothing is:
if %1 == -L copy %2 %3
if %1 == -S copy %2 %3

-- 
<https://forum.pspad.com/read.php?2,75934,75944>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem