The quotes encapsulate the command into a single string that the program can use and doesn't count them all as little chunks.
So it sees;
open mharper@192.168.166.29
get test c:\test_bat
and not;
open
mharper@192.168.166.29
get
test
c:\test_bat
Hope that makes sense.
So it sees;
open mharper@192.168.166.29
get test c:\test_bat
and not;
open
mharper@192.168.166.29
get
test
c:\test_bat
Hope that makes sense.