6 lines
68 B
Batchfile
6 lines
68 B
Batchfile
@setlocal
|
|
stripinf %1 tempinf
|
|
copy tempinf %1
|
|
del tempinf
|
|
@endlocal
|