2 lines
114 B
Batchfile
2 lines
114 B
Batchfile
|
set rootFolder=%~dp0
|
||
|
%rootFolder%\bin\shp_2_txt.exe -i %rootFolder%\testing\MA.dbf -o %rootFolder%\testing\MA.txt
|