@echo off rem このファイルを「kk2nor.bat」と改名すればバッチファイルとしてつかえます。 if "%1"=="" goto usage if "%1"=="/?" goto usage echo %1 > tempfile echo 0 >> tempfile echo " " >> tempfile echo 9D 89 64 6C >> tempfile echo n >> tempfile echo n >> tempfile echo y >> tempfile echo n >> tempfile patch < tempfile del tempfile diet /R %1 goto end :usage echo Usage: KK2NOR [filename] echo ヘッダが「亀亀」のファイルに対してのみ使用できます。 echo このソフトには「DIET」とMS-DOSの「PATCH」が必要です。 :end