Advertisement
njunwa1

plink

Sep 21st, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.45 KB | None | 0 0
  1. cmd1 := extractfilepath(application.exename)+'Tools\Plink\Plink.exe -v -N -C -D 1001 ' +unm.Text+ '@' +host.Text+ ' -P ' +port.Text+ ' -pw ' +pass.Text;
  2. cmd2 := extractfilepath(application.exename)+'Tools\Plink\Plink.exe -v -N -C -D 1002 ' +unm.Text+ '@' +host.Text+ ' -P ' +port.Text+ ' -pw ' +pass.Text;
  3. cmd3 := extractfilepath(application.exename)+'Tools\Plink\Plink.exe -v -N -C -D 1003 ' +unm.Text+ '@' +host.Text+ ' -P ' +port.Text+ ' -pw ' +pass.Text;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement