Jump to content

blackey

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by blackey

  1. Thank you guys this is perfect!
  2. Is there a way using koda to create a gui and make it not movable, but keep it fixed at the specified coordinates?
  3. Has anybody been able to figure this out? i also would like to lock my gui to a fixed position. Thanks.
  4. Appreciate your input, this is a pretty important task i just wanted to make sure there's not a little trick i don't know about. Thanks!
  5. Well i have the Admin credentials for the remote PC, the only issue is the process of transferring an executable from the server computer to the remote PC and running it. ideas?
  6. Also i may have failed to mention that i want to be able to do this without making any modifications to the remote PC. Ideally i would like to have one main server PC which would be on a LAN with say 10 other remote PC's, and i would like to be able to find the other 10 PC's from the server and send out an exe file to each remote pc and have it execute.
  7. I have installed all of the Auto3Lib files into my include folder and i am looking at the pipe examples provided but seems a bit confusing so far. Any way i can get some specific help in sending a file from computer A to computer B then executing it? Thanks again. we seem to be on the right track!
  8. I am currently researching sending a file from one computer to another and executing it on the remote PC. i know PSEXEC is a tool that would be used in this scenario, but the remote PC doesn't have the Admin share enabled. I know i could easily enable the Admin share but the bottom line is I'm looking for a different way to send and execute a file to a remote PC. I was looking at the help file and saw some interesting functions with regard to TCP/UDP transfer from one computer to another, but it looks like only text is transferred. Anyone know of a way to achieve this? I know the remote PC has some open ports but I'm not sure how to take advantage of this. I appreciate your guys' help!
  9. Thank you very much i'm usually pretty good at figuring this stuff out.
  10. Is there a way to change a string into a number? i'm reading number values from a text file and need to do calculations depending upon the the size of the number. Thanks.
  11. I guess my whole question is how would i get the value of "Version" in the app i'm creating the version will be different on some computers and that's the info i'm trying to extract from this reg key.
  12. Can you please fill out the rest of your script? i.e. $key = RegRead("HKEY_CLASSES_ROOT\Installer\As.....fill out please......etc")
  13. Doesn't there have to be two parameters in a regread? i.e. regread("whatever","whatever") your example only shows one parameter, and i want to READ the value of [HKEY_CLASSES_ROOT\Installer\Assemblies\C:|WINDOWS|system32|CS_Components|COF|CS_PelcoDX8000DriverStartupNET.exe]
  14. I am currently trying to read a registry key that is using the reg_multi_sz format and i'm having no luck, i checked out the example, but it's very vague on a clear example. Can anyone post a clear example for me? I've checked everywhere! here's the registry key [HKEY_CLASSES_ROOT\Installer\Assemblies\C:|WINDOWS|system32|CS_Components|COF|CS_PelcoDX8000DriverStartupNET.exe] "CS_PelcoDX8000DriverStartupNET,Version=\"1.0.2327.29084\",PublicKeyToken=\"null\",Culture=\"neutral\""=hex(7):62,\ 00,7d,00,6c,00,4b,00,50,00,49,00,44,00,64,00,34,00,40,00,52,00,6f,00,28,00,\ 2e,00,3f,00,69,00,69,00,4b,00,56,00,57,00,3e,00,5d,00,78,00,54,00,6a,00,48,\ 00,5b,00,3f,00,51,00,5f,00,40,00,4d,00,29,00,65,00,46,00,28,00,4f,00,58,00,\ 4a,00,58,00,4f,00,00,00,00,00 Thanks
  15. Thanks for all of your help, i have included my final script incase anyone wants to have a nice GUI that searches folders recursively for music. AutoIT___Search_Media.rar
  16. Worked like a charm! what is the difference between release and beta that make the script work?
  17. I tried copying the script that was entered above and i received the following error... >"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Documents and Settings\blackey02\Desktop\New AutoIt v3 Script.au3" /autoit3dir "C:\Program Files\AutoIt3" /UserParams >Running AU3Check params: from:C:\Program Files\AutoIt3\SciTE\au3check\ +>AU3Check ended.rc:0 >Running:(3.1.1.0):C:\Program Files\AutoIt3\autoit3.exe "C:\Documents and Settings\blackey02\Desktop\New AutoIt v3 Script.au3" C:\Documents and Settings\blackey02\Desktop\New AutoIt v3 Script.au3 (5) : ==> Unable to open file, the maximum number of open files has been exceeded.: Local $search = FileFindFirstFile($current & "\*.*") C:\Documents and Settings\blackey02\Desktop\New AutoIt v3 Script.au3 (5) : ==> Error in expression.: Local $search = FileFindFirstFile($current & "\*.*") Local $search = ^ ERROR +>AutoIT3.exe ended.rc:0 >Exit code: 0 Time: 0.539
  18. I have a folder that contains all of my music in seperate folders and i am trying to make a script that when a user enteres all or part of a artist it will search the parent folder recursively to search all folders and return any results it may find from my query. Im sure this has to be done before, i just can't figure it out. Any ideas how to search folders recursively?
  19. Hello all, I have been researching all day and have so far come up empty handed. I was wondering if there was a way in AutoIt to change the current resolution to a specified res? I would even be satisfied if there was a way to do it in the dos command. But either way the important thing is that it's NOT done through the GUI but rather silently, or totally in the background. Thanx in advance -Brad
×
×
  • Create New...