Command line usage
-
Is it possible to use notepad plus plus via command line to change a text file?
I am using the plugin TextFX and the command Reindent C++ code.
Would be nice if i could just call that on a saved file via command line. For example
notepadplusplus.exe /plugin “textfx” /command “reindent” /input “c:\temp\mycode.txt”
Or something similar.