A voir également:
- Batch et CTRL+D
- Fichier batch - Guide
- Ctrl c ctrl v ne fonctionne plus ✓ - Forum Windows
- Ctrl shift c - Forum Windows 10
- Touche ctrl bloqué ✓ - Forum Clavier
- Ctrl droite ✓ - Forum VirtualBox
3 réponses
Utilise exit, non ?
Johan
johand@horus:~$ echo $SHELL; help exit /bin/bash exit: exit [n] Exit the shell with a status of N. If N is omitted, the exit status is that of the last command executed.
Johan
En fait, mon script lance un programme (postgres), qui, pour sortir d'une ligne de commande utilisateur, utilise CTRL+D. En mode utilisateur, la commande exit ne fonctionne pas, donc je ne pense pas qu'en batch elle le fasse.
J'effectue encore quelques tests pour l'automatisation d'une tâche, donc j'essairais en même temps cette commande, on sait jamais.
J'effectue encore quelques tests pour l'automatisation d'une tâche, donc j'essairais en même temps cette commande, on sait jamais.