だがいちいちツールをインストールしなければならないのが面倒である。ここではもっと簡単にCDやDVDに書き込むためのツール、dvdburn.exeとcdburn.exeを紹介する。これはWindows Server 2003のリソースキットに含まれているツールで、コマンドライン上で使用する。ファイル名とドライブ名を指定するだけで、簡単に書き込める。なおリソースキットの名称はWindows Server 2003用となっているが、Windows XPも動作対象となっている。Windows VistaやWindows Server 2008の場合は、コマンド・ファイルだけをコピーすれば使えるようである。リソースキットの入手方法については、TIPS「Windows OS向けリソースキット・ツールを入手する」の「入手方法」の項を参照していただきたい。
D:\ISOIMAGE>cdburn……ヘルプの表示
Usage:
cdburn <drive> -erase [image [options]]
cdburn <drive> image [options]
Options:
-erase Erases the disk before burning (valid for R/W only)
-sao Writes the image out in "session at once", or cue
sheet, mode (default is "track at once")
-speed Speed of burn, or 'max' for maximum speed
-imagehaspostgap Use if your image already contains a 150 sector postgap
The [image] must be provided unless the -erase flag is set.
If both an image and -erase are provided, the media will be
erased prior to burning the image to the disc.
D:\ISOIMAGE>cdburn.exe e: d:cdromimage.iso……非ブランク・メディアの場合
Number of blocks in ISO image is 6190
Error verifying blank media ……エラーとなる
D:\ISOIMAGE>cdburn.exe e: d:cdromimage.iso -erase……書き込み
Erasing media before burning
Number of blocks in ISO image is 6190
Erasing target media ……消去
Media erased
\ 75.1% done ……進行表示
/ 87.8% done ……(中略)……
Finished Writing
Synchronizing Cache: burn successful! ……完了
D:\ISOIMAGE>dvdburn e: d:dvdromimage.iso……非ブランク・メディアの場合
Media type: DVD-RW
Preparing media...
DVD-R/RW Media must be blank or erased before use by this utility. ……エラーとなる
D:\ISOIMAGE>dvdburn e: d:dvdromimage.iso /erase……書き込み
Erasing media before burning
Media type: DVD-RW
Erasing media ……消去
Attempting to blank media.........
Preparing media...
Error setting timestamp; this error will be ignored, some drives can work without this ……このメッセージは無視してよい
/ 9.0% done ……進行表示
/ 27.1% done ……(中略)……
Finished Writing
Waiting for drive to finalize disc (this may take up to 30 minutes).....
Success: Finalizing media took 188 seconds ……実際のファイナライズ時間
Burn successful! ……完了