Bonjour,
Je créé des fichiers txt via VBa; je dois ensuite les convertir au format unix;
Existe-t-il une commande, pour que mes fichiers sortent directement en unix ??
Voici ma commande:
Je créé des fichiers txt via VBa; je dois ensuite les convertir au format unix;
Existe-t-il une commande, pour que mes fichiers sortent directement en unix ??
Voici ma commande:
VB:
fic = "test.dat"
f = FreeFile
Open fic For Output As #f
Print #f, "toto"
...
Close #f