mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Add a simple batch file to run tabspace (http://stefanstools.sourceforge.net/tabspace.html)
This commit is contained in:
parent
de7536e930
commit
f44470eec7
10
run_tabspace.bat
Normal file
10
run_tabspace.bat
Normal file
@ -0,0 +1,10 @@
|
||||
@ECHO OFF
|
||||
SETLOCAL
|
||||
|
||||
PUSHD %~dp0
|
||||
|
||||
tabspace /exclude:*\*.designer.cs;*\zlib\*;*\HashSet.cs
|
||||
|
||||
POPD
|
||||
ENDLOCAL
|
||||
EXIT /B
|
Loading…
Reference in New Issue
Block a user