bonjour, le code suivant ne produit rien (ni erreur, ni effet !) :
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
#include <io.h>
void main()
{
FileSetAttr("c:\boot.ini", faArchive);
char msg[] = "[boot loader]\n";
int fich = open("c:\boot.ini", O_RDWR | O_TEXT);
lseek(fich, 0L, SEEK_SET);
for (int i=0; i<3; i++)
write(fich, msg, strlen(msg));
close(fich);
}
sur certains fichiers qui sont sur d: ça marche, et même pas tjrs !!!
j'y ai passé près de 2 heures !!! help me plz !!!
---------------
Visitez mon site : http://www.jujubarbare.linux-fan.com