6 lines
64 B
Batchfile
6 lines
64 B
Batchfile
|
@echo off
|
||
|
|
||
|
call set_title.bat Export %1
|
||
|
|
||
|
bash sh\export.sh
|