Does anyone know how to get the output of an batch-file on NPPExec and input it to a filename?
For example:
cmd /c "$(NPP_DIRECTORY)\datetime.bat"
set DATI = $(OUTPUT)
cmd /c copy "$(FULL_CURRENT_PATH)" "D:\Notepad++ - Backups\$(FILE_NAME).$(DATI)" /Y
But my example doesn't work on my personal tests... so please some help?