Jump to content

MHz

Member
  • Posts

    1,691
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by MHz

  1. @ProgramFilesDir macro in Autoit is just like %ProgramFiles% in DOS.
  2. Fast Stone 4in1 MultiTab Web Browser is standalone. It creates 1 *.db file in it's working directory, when run. Has a inbuilt HTTP Server, FTP Client, and Screen Capture/Image Viewer. Executable is 1.2Mb in size.
  3. It is already a part of Windows XP. So you do not need to have it on your uA cd.
  4. MHz

    Sp2 Problem

    You could make a basic Slipstreamed SP2 Windows CD. Then you maybe able to do a repair install. But it may look inevitable, that some damage may have been done, to the OS registry? Just take it one step at a time. Backing up data, would sound wise, either way.
  5. WinME ran like a dream for me. 98 drivers used to give it some problems, but when you upgraded to MinME drivers, it was the most reliable 9x OS. It was alot more than just a cosmetic change, as to 98. Alot of the changes were under the hood. XML support for one example. WinME set the stage for the Win XP release.
  6. System Restore is here. Activate it directly, or the run dialog a cmd prompt. C:\WINDOWS\system32\Restore\rstrui.exe
  7. Confirmed as working here. Got PEid from working link here. Rename PEid to helper.bin, and have it in the same directory as the script.
  8. [b]Hmtl Help Workshop v1.3[/b] Freeware [url="http://www.microsoft.com/downloads/details.aspx?FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc&DisplayLang=en#filelist"]Microsoft download page[/url] Script v1.0
  9. Autoit v3.1.0 has been released to public. ! NEW with AutoIt v3.1.0 - create your own Graphical User Interfaces (GUIs) ! Plus many more great features added. AutoitScript HomePage Autoit v3 Homepage Scite4Autoit3 has been enhanced by the Autoit community. Created from the open source editor, Scite. Simply, the best editor, for Autoit users. Scite4Autoit3 Homepage
  10. What I do, is compile the install scripts, and execute the installers, in the same directory as the compiled script. So Run("%CDDRIVE%\AutoGordianKnot.1.60.Setup.exe") actually would be Run(@ScriptDir & "\AutoGordianknot.1.60.Setup.exe"). So basically, RunOnceEx executes your compiled script, then your compiled script executes the installer, which is in the same directory, as the compiled script (@ScriptDir). If you are using a batch RunOncEx. The concept is similar. For your method of uncompiled scripts. It would be best to have Autoit3.exe in the system directory, or the same directory as your scripts. Solution PMed to ZileXa Feb 10 2005. Run(@ScriptDir & "\..\autogk.exe")
  11. [b]AutoGordianKnot v2.26[/b] Freeware Information: [i]Update from v2.20 to v2.26[/i] [attachment=10456:attachment] [b]GordianKnot v0.35[/b] Freeware [attachment=9570:attachment] [b]DVDDecrypter v3.5.4.0[/b] Freeware [attachment=9571:attachment]
  12. If you have the folder tweak for command prompt. Then you just right click on the icon on the lefthand top of the current window open, to open command prompt to that directory. Is that what you are asking for? Edit: Dahi beat me to the concept?
  13. Notepad 2, nice choice. A spin-off of Scite. File associations is the best method. Leaves Notepad, but, hehe, unwanted. Scite4Autoit3 is my only editor.
  14. Thanks for the tip, bmn Will try it out. B)
  15. From 1st post, what does the /u switch do? I look in winnt32 help, it does not exist?
  16. This one looks ok? PCSX2 I have no PSX2 games to test it myself. Give it a try. Let us know how good it is.
  17. @soulin Do not know the reason. Maybe it caused instability? Maybe it had to go for something better? I agree with you. Logging can be helpful.
  18. Here is one that I have used in the past. AutoitMacroGenerator v0.12. It fails to work with the latest beta versions of Autoit v1.0.103. Should be fine with 3.0.102. The author of AutoitMacroGenerator is currently working on a new version for Autoit v1.0.103. Perhaps in time for final release of Autoit v1.0.103. These helper programs are usually good for a draft script. You may need to still need to manually script. Scite4Autoit3 is my prefered editor for Autoit. Some tools onboard to help you get it right.
  19. @DLF Always a critic around. If you would research that so called dodgy page on M$ site. You would have noticed at the bottom of the page: Do I have to do everything for you? I do my research for my tasks, can you say the same? Instead of simply criticizing. You get a life, eh.
  20. @pinout Your correct. Does accept Hex. Thanks for enlightning me.
  21. @DLF Check the Microsoft link for what it does. The setting I gave is for what is quoted at the bottom of my 1st post. @pinout The Reg Add command handles Decimal, not Hexidecimal. Do some testing to find out for yourself.
  22. Try CMenuExtender. Get it here. Cannot remember if it has the move option.
  23. Whilst searching and browsing the threads I have seen this line of code directly under some peoples' TITLE key in their RunOnceEx.cmd examples. That syntax is bad. Note: Dec 144 turns to Hex 90 below Try this instead. REG ADD %KEY% /V Flags /T REG_DWORD /D "144" /f Unsure of definite results, but looks better.
  24. Sorry, unsure if I can help. Maybe UnattendSwitch = No is forcing the Automatic Updates page to show?
  25. This should be in Unattended Windows Forum, but one of the Mods may move it. Would you like to post your Winnt.sif in code tags, minus sensitive data.
×
×
  • Create New...