|
you mean
i write just e: in dos bat file it change the directory.
from doller prompt i call a bat file
ssh user@connection e:\data\abc.bat
and in this batch I want to change the directory to e: because i get d: as default prompt.
abc.bat like this
e:
cd \data
start_xzy.cmd
|