mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +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
|