Salut a tous.
Je fait sa pour preparer un fichier ftp.ftp appellé par FTP -s:ftp.ftp serveur
echo %UFSG%>>ftp.ftp
echo %PFSG%>>ftp.ftp
set com="put Outlook.pst Outlook.pst>>log.log"
echo %com%>>ftp.ftp
echo bye>>ftp.ftp
le probleme c'est que ma variable %com% = "put Outlook.pst Outlook.pst>>log.log"
alors que je voudrais qu'elle soit egale a put Outlook.pst Outlook.pst>>log.log
Cela me permettrai de renvoyer le resultat de put dans log.log ou dans une variable .
Comment faire?
Merci
Jeremy