Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo OFF
- set "FILE_PATH=%1"
- REM Add this to NppExec...
- :: npp_save
- :: cd "$(CURRENT_DIRECTORY)"
- :: cmd /c "C:\Users\J2897\Code\Batch\HTML Tidy\tidy.bat" $(FULL_CURRENT_PATH)
- set "CONF=C:\Users\J2897\Code\Batch\HTML Tidy\HTML Tidy Configuration File.txt"
- "%TIDY_EXE%" -config "%CONF%" -m "%FILE_PATH%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement