изменена структура Fabrication
This commit is contained in:
@ -1,16 +1,17 @@
|
||||
@echo off
|
||||
chcp 1251
|
||||
|
||||
cd "Gerber"
|
||||
cd "%~dp0<EFBFBD>1<EFBFBD>"
|
||||
|
||||
del "*.apr"
|
||||
del "*.APR"
|
||||
del "*.APR_LIB"
|
||||
del "*.REP"
|
||||
del "*.EXTREP"
|
||||
del "*.APR_LIB"
|
||||
del "*.RUL"
|
||||
|
||||
cd ..
|
||||
cd "NC Drill"
|
||||
cd "%~dp0<EFBFBD>2<EFBFBD>"
|
||||
|
||||
del "*.LDP"
|
||||
del "*.DRR"
|
||||
|
||||
del %0
|
||||
del "%~f0"
|
||||
|
||||
Reference in New Issue
Block a user