WindowsXP-SP1/base/ntsetup/inf/strip.cmd

6 lines
73 B
Batchfile
Raw Normal View History

2001-01-01 00:00:00 +01:00
@setlocal
stripinf %1 tempinf
copy tempinf %1
del tempinf
@endlocal