VBAコードを持つTiffファイルスプリッターDLLがあります:
Dim tsplit As New SCTiffPageSplitNetDLL.TiffPageSplitterDLL
Dim rslt as Integer
To call the function and split TIFF files, you could use the following:
rslt = tsplit.Tiff_PageSplit("C:\test\test.tif", "C:\outputdir")
MsgBox rslt
このコード行をで実行するにはどうすればよいcommand prompt
ですか?このコードからバッチファイル(.bat)を作成する必要があります。