4 messages in org.openoffice.fr.progRe: [prog] [OOoBasic] Mettre tous les...
FromSent OnAttachments
Emmanuel S.Sep 12, 2004 3:37 pm 
Serge LE LOUARNESep 12, 2004 9:53 pm 
Michaël TEURNIERSep 13, 2004 3:42 pm 
Michaël TEURNIERSep 13, 2004 4:11 pm 
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] [OOoBasic] Mettre tous les artistes et albums mp3 d'un cd dans une feuille Calc ?Actions...
From:Serge LE LOUARNE (serg@neuf.fr)
Date:Sep 12, 2004 9:53:09 pm
List:org.openoffice.fr.prog

Emmanuel S. wrote:

Bonjour,

[...] Sinon, y a-t-il une fonction pour exécuter une commande dans une console et de récupérer ce qu'elle renvoie ? Où si quelqu'un à une autre idée ?

Par avance merci,

Bonjour,

Tu soit pouvoir utiliser shell pour lancer tes commandes. Si tu ne parvient pas à récupérer directement la lliste des fichiers tu peux utiliser 'ls -R > liste.txt" plutôt que "ls -R". Tu 'naura plus qu'a parcourir le fichier texte crée.

Syntaxe

Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])

A+ Serge