Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Varianble Receiving function via net command as .exe
#1
Hi,

I am easily able to pass variables between computers using a sending net command macro

Code:
Copy      Help
net(ip"genericpassword" "GetVol" 0 volumeCCs)

and a receiving function

Code:
Copy      Help
function $volumeCCs
volumeCCs.setclip

But I want one of the receiving computers to be one without quickmacros running.
I have changed the receiving function into an .exe but I can't get the calling computer to activate it.
Is this possible?

Stuart
#2
With net it is impossible. Nothing listens in exe.
#3
:twisted:
[Evil BotNet Operator]

AAAhhhhh...rats!
:evil:
[/Evil BotNet Operator]
An old blog on QM coding and automation.

The Macro Hook
#4
It's definitely worth it!

Stuart
#5
Not only that. Exe itself would have to run all time and listen. Also, more coding, larger exe size, possible problems with antispyware, etc, and I think this would be rarely used.
#6
[Evil BotNet Operator]

Oh, no. I would use very much.:twisted:

[/Evil BotNet Operator]
An old blog on QM coding and automation.

The Macro Hook
#7
just a quick shot, maybe this can be somehow used:
Bambalam PHP EXE Compiler/Embedder 1.21 - Free php to exe converter!

Writing Socket Servers in PHP

i have to think more about it, the idea is to compile php socket script as exe.
the php exe could listen and pass command line arguments to the qm exe.
pi
#8
Hi,
From Ken's posts sounds like this could (and we know that means would) be used for malicious purposes. I simply was looking for a quick way in my dept to move things around. As I said, the better, safer, more flexible way will be to buy more QM licenses. Gintaras' masterpiece is worth it..
Stuart


Forum Jump:


Users browsing this thread: 1 Guest(s)