L lcb139 Unregistered / Unconfirmed GUEST, unregistred user! 2009-08-31 #1 ShellExecute(handle,nil,'c:/putty.exe','-pw aaa -m c:/a/b b/中午/a.txt root@181.151.2.55',nil,SW_SHOWNORMAL);第四个参数中含有一个路径,如果路径中有中文或空格总是出错,如何处理啊
ShellExecute(handle,nil,'c:/putty.exe','-pw aaa -m c:/a/b b/中午/a.txt root@181.151.2.55',nil,SW_SHOWNORMAL);第四个参数中含有一个路径,如果路径中有中文或空格总是出错,如何处理啊
F fishhao Unregistered / Unconfirmed GUEST, unregistred user! 2009-08-31 #3 '-pw aaa -m "c:/a/b b/中午/a.txt" root@181.151.2.55'