Call a script from an other script
Fermé
manshoto
Messages postés
1
Date d'inscription
jeudi 18 avril 2013
Statut
Membre
Dernière intervention
18 avril 2013
-
18 avril 2013 à 20:00
mamiemando Messages postés 33636 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 18 avril 2025 - 19 avril 2013 à 00:21
mamiemando Messages postés 33636 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 18 avril 2025 - 19 avril 2013 à 00:21
A voir également:
- Call a script from an other script
- Script vidéo youtube - Guide
- Mas script - Accueil - Windows
- Ghost script - Télécharger - Polices de caractères
- Script cmd - Guide
- Win setup from usb - Télécharger - Utilitaires
1 réponse
mamiemando
Messages postés
33636
Date d'inscription
jeudi 12 mai 2005
Statut
Modérateur
Dernière intervention
18 avril 2025
7 842
19 avril 2013 à 00:21
19 avril 2013 à 00:21
In script1, you can run scrip2 by using the following command (assuming that (1) user can run script2 on server2 (2) you have enabled a ssh key on server1 for user@server2 (3) sshd is running on server2):
NB: you're supposed to speak french in this forum :-)
Cheers
ssh user@server2 /path/to/script2
NB: you're supposed to speak french in this forum :-)
Cheers