Jump to content

Ghastly_MIB

Active Members
  • Posts

    97
  • Joined

  • Last visited

Profile Information

  • Location
    Netherlands - Holland

Ghastly_MIB's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. Thanks, i'm going to try that.
  2. Hey, the /start command line would be used for the command line for the autoit script. Example: C:\test.exe /start And the type must be added twice: More info: http://support.microsoft.com/kb/251192/en It installs succesfull, but the services think that the program does not work, and shutdown the application after 30 seconds. (timeout). The program work without any problem in that 30 seconds. But that it closes.
  3. Hello all, I'm trying to install an autoitscrip executable as an service. The current install line i'm using would be: Run(@ComSpec & " /c " & "sc create MyService binpath= """ & @ScriptFullPath & " /start"" type= share type= interact start= auto", "", @SW_HIDE) When i'm trying to start the service, it would be visible in my systemtray. But in the services list the status is "Starting..." (dutch OS, so it's a guess). And after 30 seconds, the program closes. The windows log says that the program did not responsed. Is there a way to fix this? Thanks, Mathijs
  4. It works I know the directory must be empty.. But it wasn't good enough Thanks!!
  5. Hey, Does anybody know how I can create a hardlink from an directory to an other? I know that the destination directory must be empty. But creating the link always fails. I tried to link a file, and that works... Simple test script: #NoTrayIcon DirCreate("C:\system directory") MsgBox(0, "", FileCreateNTFSLink("C:\windows\system32", "C:\system directory")) Thanks, Mathijs
  6. Very cool Thanks for sharing!
  7. Thanks, but now I can add a menu item to the menu of the GUI. But I would like to add an item to the right click contect menu of a window. Where I can move, maximize, minimize and close a window. Like WinAMP. That program has a submenu in this context menu... Mathijs
  8. Hey, it there somewhere an UDF or just a function to add a menu item to a menu of a extern window like paint? Just for an example: add a item called hide, and then let autoIt hide the window? Thanks, Mathijs
  9. You can create an icon library with different programs. I use Microangelo librarian. But it is not freeware.
  10. I wish i did There is somewhere a MD5 plugin. Good stuff! But I can't find a CRC32 plugin
  11. isn't there any plugin?
  12. Write your value in RunOnce. Not in Run. But your should rewrite your program location back becouse it deletes the value after it starts. Runonce starts before all te other programs
  13. Hey, nice script . Try winwaitnotactive($handle). So you can remove all it's CPU. Good luck
  14. Do you know maybe the GUICtrlSendMsg command for $WS_VSCROLL?
×
×
  • Create New...