8 messages in org.openoffice.fr.progRe: [prog] Renseignement vbscript ope...
FromSent OnAttachments
yannick privateApr 15, 2004 11:55 am 
Laurent GodardApr 15, 2004 12:01 pm 
yannick privateApr 16, 2004 1:29 am 
Laurent GodardApr 16, 2004 1:30 am 
yannick privateApr 16, 2004 3:19 am 
Laurent GodardApr 16, 2004 3:51 am 
yannick privateApr 16, 2004 8:11 am 
Laurent GodardApr 17, 2004 12:27 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [prog] Renseignement vbscript openOfficeActions...
From:Laurent Godard (list@wanadoo.fr)
Date:Apr 17, 2004 12:27:46 am
List:org.openoffice.fr.prog

Bonjour Yannick

dim MyProps() MyMerge.execute MyProps

Dois je en deduire que ton publipostage fonctionne ?

comment fait-on pour supprimer le contenu d'un repertoire? je voudrai supprimer tous les fichiers de type *.sxw d'un repertoire...

hummm en VBS je suppose, un peu HS, cà :)

essaye un truc du genre

fichier=dir(monRep+"*.sxw") while fichier<>"" kill monRep+fichier fichier=dir() wend

Laurent