do anyone know why this command doesn't work in bat file.
ssh root@misterip “cd /media/fat/Scripts; ./update_all.sh”
pause
Update MiSTer using cmd and ssh, Problem?
-
- Posts: 96
- Joined: Thu Jun 04, 2020 9:01 pm
- Has thanked: 16 times
- Been thanked: 19 times
-
- Posts: 96
- Joined: Thu Jun 04, 2020 9:01 pm
- Has thanked: 16 times
- Been thanked: 19 times
Re: Update MiSTer using cmd and ssh, Problem?
problem fixed use
ssh root@misterip cd /media/fat/Scripts; ./update_all.sh
pause
in a bat file with out "" and it works in a bat file.
ssh root@misterip cd /media/fat/Scripts; ./update_all.sh
pause
in a bat file with out "" and it works in a bat file.