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
该怎么改?