i have a batch script where i am trying to send files from source system to destination
SETLOCAL
REM Setting up variables
SET BatchDescription="Test"
SET Folder=C:\Daves
SET LOGDIR=%Folder%\Logs
SET sourcefile=Jeseie_*.txt
SET LocalPath=%Folder%\IN
SET SourcePath=\d$\Henr\Kit\%sourcefile%
SET ipaddr=10.165.87.11
SET usr=lew
scp -c %usr%@%ipaddr%:%SourcePath% %LocalPath% >>%LOGDIR%
when i try to run the batch the log says as system cannot find the path specified.