Need to embed a couple of commands in a CMD shell.
I know that by using "cmd.exe /k mycommand" I can create a shortcut and include the /k then my command to start a process. and I know that I can '&&' to do a second command but what I am trying to do is
cmd.exe /k ftp ftp.myserver.com loginID loginpassword
this way when I call this shortcut it automatically logs into my ftp server.
so I'm looking for a sister site to this one to find some help
thanks in advance
I know that by using "cmd.exe /k mycommand" I can create a shortcut and include the /k then my command to start a process. and I know that I can '&&' to do a second command but what I am trying to do is
cmd.exe /k ftp ftp.myserver.com loginID loginpassword
this way when I call this shortcut it automatically logs into my ftp server.
so I'm looking for a sister site to this one to find some help
thanks in advance