Lancer un script bash sous windows avec cygwin - Shell/Batch - Programmation
Marsh Posté le 24-06-2007 à 23:04:32
Pourquoi n'utilises tu pas les taches journalières de Windows ?
Pour toi un tuto, pour lancer Rsync automatiquement via un fichier batch .bat
http://www.placeoweb.com/dotclear/ [...] 0/46-rsync
Marsh Posté le 14-05-2007 à 16:24:33
Bonjour,
j'aimerais lancer un script en expect ( proche du bash ) que j'aimerais lancer sous windows avec Cygwin. Lorsque je lance cugwin, et que je tape "/etc/monscript" , ca marche bien. Seulement j'aimerais lancer ce script "monscript" automatiquement depuis une page php.
Savez vous comment faire pour automatiser l'execution du script svp ? j'ai essayer de modifier le cygwin.bat, en mettant:
@echo off
C:
chdir C:\cygwin\bin
bash --login -i "/etc/monscript"
mais ca ne me fait rien...