Jump to content

flaxcrack

Active Members
  • Posts

    273
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

flaxcrack's Achievements

Universalist

Universalist (6/7)

0

Reputation

  1. Here is the deal: I'm trying to write a server (STUN) / client application. The methodology is really simple; you have two users behind two different private subnets and the server sitting on a public subnet. Each client opens two UDP sockets on the same port locally. One socket is to send while the other receives data. The server does the same thing. Now the magic takes place...The clients will both specify the servers public IP address to create a UDP stream. Once the stream is created for both clients and is static the server will then send the clients each others IP address. Once the clients have received this information they will use a new socket and port to bypass the server and create a direct point-to-point connection. Essentially this is great for file sharing and what not, but when my clients go to create the new socket AUTO IT craps. Any help or ideas would be nice.
  2. I don't think so Tim.
  3. $file = "random.txt" FileOpen($file) $line = FileReadLine($file) Run("notepad.exe") WinWait("Untitled -") ControlSetText("Untitled -", "", "Edit1", "$line" ) FileClose($file)
  4. I hate that no one has replyed back. If you get this figured out please post your answer.
  5. Don't use RUN(), but use RUNWAIT().
  6. I'm sure you also want it to be bundeled for deployment sake too. What is your method of deployment?
  7. It is really stuiped actuall. I just added the AutoITX.dll as a reference and then called it like so: public AutoItX3Lib.AutoItX3Class aui = new AutoItX3Lib.AutoItX3Class(); then i was able to use: aui.send("bla bla bla", 1);
  8. Did you make sure that the property of the Local Copy of the Reference read as true. I have gotten it to work. See my screen shot.
  9. Nope...just on the .au3 file itself. The next time McAfee picks it up i'll paste the message in here.
  10. Yep, I get that even with some of my .au3 files.
  11. http://unattended.msfn.org/unattended.xp/view/web/38/ It shows how to flag silent installs if you don't know how.
  12. How about _MouseTrap? Also who makes the installer for the application?
×
×
  • Create New...