Hi All,
Script below used to work fine with Windows Xp
set sqlDB=%2
set sshFile=ssh_%1
ssh [email protected] "/home/deployment/bin/ssh_dump.sh %1"
scp [email protected]:/home/deployment/workspace/%sshFile%.sql.gz .
7z x %sshFile%.sql.gz
After i upgraded to windows 7 first 3 steps r getting executed but 'scp' is not working.
Can anyone please help me with this
Thanks in advance
Regards
Srikant
Script below used to work fine with Windows Xp
set sqlDB=%2
set sshFile=ssh_%1
ssh [email protected] "/home/deployment/bin/ssh_dump.sh %1"
scp [email protected]:/home/deployment/workspace/%sshFile%.sql.gz .
7z x %sshFile%.sql.gz
After i upgraded to windows 7 first 3 steps r getting executed but 'scp' is not working.
Can anyone please help me with this
Thanks in advance
Regards
Srikant
My Computer
At a glance
windows 7
- OS
- windows 7