You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
259 B

rem invoke as
rem .\aux-udnfunc.bat xtraevt
set sub=%1
for /F %%n in (..\..\src\xspice\icm\%sub%\udnpath.lst) do (
if not exist icm\%sub%\%%n mkdir icm\%sub%\%%n
copy /Y ..\..\src\xspice\icm\%sub%\%%n\udnfunc.c icm\%sub%\%%n\%%n-udnfunc.c
)