mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
11 lines
112 B
Batchfile
11 lines
112 B
Batchfile
|
@ECHO OFF
|
||
|
SETLOCAL
|
||
|
|
||
|
PUSHD %~dp0
|
||
|
|
||
|
tabspace /exclude:*\*.designer.cs;*\zlib\*;*\HashSet.cs
|
||
|
|
||
|
POPD
|
||
|
ENDLOCAL
|
||
|
EXIT /B
|