Jump to content

Maverick682

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Maverick682

  1. WOW WOW Thanks Authenticty You guys SCARE the living daylights out of me with what you can do programming in a short space of time. I am not a programmer as you have probably gathered and know nothing about it. Is there anything I need to do with the code apart from inserting it into Autoit? Is there anything else required to make it work? Thanks again Maverick682
  2. Thanks for your replies It definatly won't work with the RUN command within Autoit. This was the easy option, now it seems I have to go down AzKay's route. As I have no idea how to start with the RegWrite commands, and I don't understand how to impement the above into Autoit, (Zero programming experience/knowledge) could someone please give me an example using the .reg above. I looked at the command reference for RegWrite and RegDelete and came out it a cold sweat. Once I have this one resolved I will need one to remove the entries. Any assistance much appreciated Maverick682
  3. Hi Everyone Wondering if someone could shed a bit of light on this one? Below is my .reg file to install and run Ultravnc SC as a Service. Here is my problem: If I double click the file and install or import it into the registry, it works fine. All of the instance are installed in the registry as follows: VNCsupport +Parameter +Security +Enum If I try and run it with Run("REGEDIT /S "&"VNCsupport.reg") or Run("REGEDIT /S " "VNCsupport.reg") I can only see the Security one installed as follows: VNCsupport +Security Anyone any ideas, or if anyone has a better way that would be great because this is driving me nuts!!!! Many Thanks Maverick Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport] "Type"=dword:00000110 "Start"=dword:00000002 "ErrorControl"=dword:00000001 "ImagePath"=hex(2):43,00,3a,00,5c,00,72,00,65,00,6d,00,6f,00,74,00,65,00,2d,00,\ 74,00,65,00,73,00,74,00,5c,00,73,00,72,00,76,00,61,00,6e,00,79,00,2e,00,65,\ 00,78,00,65,00,00,00 "DisplayName"="VNCsupport" "ObjectName"="LocalSystem" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport\Parameters] "Application"="C:\\remote-test\\winvnc.exe" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport\Security] "Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\ 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\ 00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\ 05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\ 20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\ 00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\ 00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport\Enum] "0"="Root\\LEGACY_VNCSUPPORT\\0000" "Count"=dword:00000001 "NextInstance"=dword:00000001
  4. Sorted, this is cool Now its saving to a specific location. Any ideas? Maverick682
  5. Hi This is driving me bonkers. I have been trying to auto save a file to a location for about 6 hours now. I think its because I don't know what I am doing!!!! I have a website that when a friend clicks a button it gives them the option to save or run the file. Is it possible that when they click my website button it auto saves to C:\Documents and Settings\All Users\Start Menu\Programs\Startup location on their system and then runs? This is just the start of what I want to achieve. Below is what I have tested just to click the save button but it don't work. WinWaitActive ("File Download - Security Warning" ,"", 5) ControlClick ("File Download - Security Warning", "Do you want to run or save this file", "[CLASS:Button; TEXT:&Save; INSTANCE:2]") Thanks for any help Puzzled Maverick682
  6. Sorted now thanks. As soon as I created a new .txt file I renamed as "test.au3" (with quotes) and reassigned it to Autoit. Thanks Maverick682
  7. Hi I have just completed a full install of Autoit3 and went to create a new script as per the help file. When I right click in the folder and select new, there is no Autoit v3 script in the menu I have tried it on XP pro, Vista 32bit and Vista 64bit all the same I am obviously doing something wrong Anyone an idea? Thanks in advance Maverick682
×
×
  • Create New...