Jump to content

Rick

Active Members
  • Posts

    324
  • Joined

  • Last visited

About Rick

  • Birthday 06/21/1960

Profile Information

  • Location
    Cirencester UK
  • Interests
    if in doubt, look at the help, failing that, Google it.<br /><br />Who needs puzzles, when we have AutoIt.

Recent Profile Visitors

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

Rick's Achievements

Universalist

Universalist (7/7)

2

Reputation

  1. hi guys, love this script but have a question, on one pc it works great, on another the progress bars show nothing when sound is playing, I get no error, I was just wondering if anyone knew the cause of this. I have XP on both machines, and using latest autoit.
  2. Yes thats fine, providing i dont use #RequireAdmin in the script which is what i'd prefer to do, the Autoit error occurs because it cant open the script, so all i was suggesting was the error be less an error of the program than the conditions its being run in if that makes sense!?
  3. Hi , have a small query, if the script is set to #RequireAdmin and the user account then runs as the user account and not admin then an Autoit error pops up with "unable to open the script file". Is there a way to stop this error message should #RequireAdmin fail, maybe say something like requires admin credentials or something? I'm using v.3.2.13.11 Thanks
  4. oh get a room you two, if it solves a problem for someone then the project has been useful, irrespective of what its called.
  5. but it wont be a variable when written
  6. FileWrite(@ScriptDir&"\blah.au3", "FileInstall('Chrome\locales\" & $FileArray[0] & "', @TempDir & "\" & $FileArray[$i] & "')")
  7. Love this, I already use another autoIt script found here a few months back, altho it didnt offer the ability to send Ctrl-Alt-Del, this looks like it can so I've registered with you to keep on eye future updates. I must admit I havent got your scripts working yet, but then thats the good thing with autoit scripts, you fathom out what they do and and make em work for you. Good luck with this project Rick
  8. ok, so when #AutoIt3Wrapper_Res_Fileversion= stop working? i'm using 3.2.13.3 and scite 1.76 aha , think i've sussed it, it fails when using the ansi version of aut2exe. is this a bug?
  9. to create an empty zip just do..... FileWrite("zipname.zip", Binary("0x504B0506000000000000000000000000000000000000"))
  10. ok, many thanks. Looks like I've a few busy weekends ahead. The reason I had'nt previously updated was cos there seem to be updates almost daily at one point and it got to the stage where I couldnt trust em so didnt update. I see the last few months things have settled down a bit so time to see whats new. Thanks guys
  11. Hi , I'm considering updating to AutoIt v3.2.11.10, altho it concerns me it will break quite a few if not all of my scripts from the passed 2yrs. Before i update, is there a utility within the new version to convert older scripts or will this have to done manually?? Many thanks, rick
  12. its a global option... as it states.. "Tools>Folder options>View>Apply to Allfolders" If your afraid to use it or unfamiliar with changing pc settings, dont use it.
  13. StringTrimRight(@ScriptDir,x) where x is so many characters to go back ??
  14. RegWrite("HKEY_CLASSES_ROOT\Applications\" & @ScriptName, "NoStartPage","REG_SZ","") Will tell windows to never put @ScriptName it in the frequently used list. (a logoff & logon may be needed if its already there)
×
×
  • Create New...