init
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
for %%j in (*.eps) do (
|
||||
echo converting file "%%j"
|
||||
epstopdf "%%j"
|
||||
)
|
||||
echo done .
|
||||
|
||||
Reference in New Issue
Block a user