Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
create a feature in LA similar to QM’s net function and panel?
#1
I installed three Windows 10 virtual machines using VMware, and all of them have QM installed.
 
Using the code below, I can easily send code from QM on the host machine to QM running inside the virtual machines for execution.
 
Would it be possible for LA to support a feature similar to QM’s net function and panel?
 
I believe this feature could solve many of the issues and limitations that I have reported before.

Macro NET_Test
 
Code:
Copy      Help
out

str _ip="192.168.1.129"
str _pwd="abc001"

str r m="Fun1"
str a="hello qm"
if(NetSendMacro(_ip _pwd m)) end "could not send"
if(net(_ip _pwd m r a)) end "could not launch"
out r
Function Fun1
 
Code:
Copy      Help
function~ str's
out s
ret s
 Using something like an HTTP server in LA could achieve the functionality I need.
However, if LA could provide a panel similar to QM’s, it would be much more convenient.
#2
Would it be possible to add this feature to LA?
VMware virtual machines are now free and are widely used. With this feature, it would be convenient to control LA on multiple virtual machines. This would be very practical and valuable.
[Image: aaa.png]

I use this feature extensively in QM.
There is only one inconvenience:
if a function to be run in a VM references a function that does not exist in the guest QM, I need to copy that function over from the host QM in advance.


Forum Jump:


Users browsing this thread: 1 Guest(s)