如何從guest啟動host的應用程式 - Linux

Table of Contents


host: windows xp或7
guest: ubuntu 13.10

我有一個需求,需從guest(command line或php)去啟動windows application(exe),
application是運行在host windows環境下的,
這個可以做到嗎?
我知道host透過VBoxManager可以叫guest執行程式,同樣的我希望可以從guest去叫host
執行某支應用程式

只能透過socket而已嗎?

謝謝大家!

--

All Comments

Eden avatarEden2014-06-07
那個exe是怎樣的 是gui程式嗎?
Carolina Franco avatarCarolina Franco2014-06-11
如果不是 你可以在host裝ssh daemon, 在guest開ssh執行
Rosalind avatarRosalind2014-06-15
no,是console,由c++寫成的
Quintina avatarQuintina2014-06-17
ssh可以解決,從guest ssh到host後的操作和cmd.exe中類似