其中有read.txt文件,你可以参阅:
Usage:
MAKSLB [switche] LIBRARY.SLB SLIDES.SLD
switches:
/C Add slides to library (library must not exist)
/E Extract all slides from a library
/L List all slides in library & don't add .SLD extension
/LE List all slides in library & add .SLD extension
Examples:
MAKSLB /C D:\SLIDES\ACAD.SLB F:\JOB\*.SLD (增加幻灯片到幻灯片库)
(adds all .SLD files in current directory to library
MAKSLB /E ACAD.SLB (分解幻灯片库到当前目录)
(extracts all .SLD files in library to separate files in current directory
directory. It will not overwrite any exiting .SLD files)
MAKSLB /L ACAD.SLB > ACAD.LST (幻灯片库中的幻灯片列表)
(Lists all .SLD files in ACAD.SLB & redirects output to ACAD.LST)