@echo off if %1.==. goto syntaxe if exist %1 goto suite echo. echo fichier %1 non trouve goto fin :suite echo Lecture de l'octet 0032 du fichier %1 REM creation du fichier de commandes debug echo. echo n %1 >cmddbg.txt echo l 0>>cmddbg.txt echo d 32 32 >>cmddbg.txt echo q >>cmddbg.txt debug