6 lines
50 B
Batchfile
6 lines
50 B
Batchfile
|
@echo off
|
||
|
cd %WXWIN%\wxPython
|
||
|
call b.bat %$
|
||
|
cd -
|
||
|
|