mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 19:16:10 +08:00
5 lines
136 B
Batchfile
5 lines
136 B
Batchfile
@echo on
|
|
shift
|
|
rem echo %2 %3 %4 %5 %6 %7 %8 %9
|
|
%ProgramFiles%\Subversion\bin\svn.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 > %0 2>&1
|
|
rem pause |