How to execute a EXE file?

jeronimovilar2

Member
Licensed User
Longtime User
How to execute a "c:\printform.exe" on my notebook?

I´m using B4A in the intranet by wifi and my notebook is 192.168.0.100. I'd like to click a button on the cellphone and execute the \\192.168.0.100\shared\printform.exe

help

sorry my englsih
 

susu

Well-Known Member
Licensed User
Longtime User
Android is not x86 platform so you can not execute .exe file.
But you can use remote-access app like TeamViewer to access your laptop from your phone.
 
Upvote 0
Top