Advertisement
J2897

HTML Tidy - Notepad++

Jan 4th, 2022 (edited)
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.31 KB | None | 0 0
  1. @echo OFF
  2. set "FILE_PATH=%1"
  3.  
  4. REM Add this to NppExec...
  5. :: npp_save
  6. :: cd  "$(CURRENT_DIRECTORY)"
  7. :: cmd /c "C:\Users\J2897\Code\Batch\HTML Tidy\tidy.bat" $(FULL_CURRENT_PATH)
  8.  
  9. set "CONF=C:\Users\J2897\Code\Batch\HTML Tidy\HTML Tidy Configuration File.txt"
  10. "%TIDY_EXE%" -config "%CONF%" -m "%FILE_PATH%"
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement