以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  路径问题咨询  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=55540)

--  作者:jinzhengbe
--  发布时间:2014/8/19 4:32:00
--  路径问题咨询

Dim Proc As New  Process
\' Dim pth As String = ProjectPath "Attachments\\"
 Proc.File =( ProjectPath "Attachments\\FileGeePersonal\\FileGee.exe")
 Proc.Start
 Proc.WaitForInputIdle() \'等程序自动结束并进入空闲状态
Sendkeys.Send("I Like Foxtable")  \'发送按键信息

 

 

黄色部分我想改成 引用程序的Attachments\\FileGeePersonal  下的filegee.exe

该怎么改?

 


--  作者:Bin
--  发布时间:2014/8/19 8:38:00
--  
代码正确啊.
--  作者:有点甜
--  发布时间:2014/8/19 9:13:00
--  

 代码正确,你先表达什么?但是不见得最后一句代码生效

 

Proc.WaitForInputIdle() \'等程序自动结束并进入空闲状态
Sendkeys.Send("I Like Foxtable")  \'发送按键信息