testxp.bat

net use I: \\superux\init
I:\Kix32.exe I:\test.kix
pause

and
test.kix

if exist ("c:\essai")
open (1,"c:\essai\essai.ini",5)
writeline(1,"essai")
md "c:\essai\toto"
copy "c:\essai\essai.ini" "c:\essai\toto"
else
;MessageBox(" Créez le répertoire c:\essai puis recommencez ","ERREUR",4096,1)
goto "sortie"
endif
exit
:sortie
exit

i tried with and without a ; before the message box..

Thanks for yout help