Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 299 Bytes

dos-batch.md

File metadata and controls

4 lines (3 loc) · 299 Bytes

Find which Jar file ClassName is inside for /f "delims=" %f in ('dir /s /b "c:\CWMS 3.1\common\jar*.jar"') do @echo %f & (c:\java\bin\jar -tf "%f" | findstr ClassName)

for /f "delims=" %f in ('dir /s /b "c:\project\heclib\jar*.jar"') do @echo %f & (c:\java\bin\jar -tf "%f" | findstr ClassName)