Posted on May 1, 2010 at 1:06 pm - by Corey DeGrandchamp
I recently started having this issue, and aparrently I’m not alone as others are also complaining of this issue. Some have reported it to be update KB980408, but that uninstalling it won’t fix the issue? I cannot confirm or deny this, as there’s a registry patch/fix instead.
For reference, this is the error in question (when trying to rename a folder).

And here are some hotfix registry patches to apply to fix the issue. I’m sure Microsoft will get enough complaints about this to fix the issue, but in the meantime this should do the trick. As always, use this at your own risk, and don’t touch it if you’re unaware of what the registry is.
FolderFix – Includes both x64 and x86 versions, and should work on Windows 7 and Windows Vista.
Posted on April 29, 2010 at 7:46 am - by Corey DeGrandchamp
Sikuli Script is an amazing way to script GUI based actions. The script you write is based almost entirely on screenshots (with obviousy text commands to click, doubleclick, and things like that).
The real downfall here, is that Sikuli was seemingly designed from the ground up for OS X 10.5 and 10.6 (Leopard and Snow Leopard). The Windows version works great, however if you install it on a 64-bit version of Windows, it wont even run, you get nothing. To fix this we need to go to the batch file which runs Sikuli, usually located in
C:\Program Files\Sikuli\Sikuli-IDE.bat
You will need to change it to look like this.
@echo off
PATH=%PATH%;%~d0%~p0\tmplib
“C:\Program Files (x86)\Java\jre6\bin\java.exe” -Dpython.path=”%~d0%~p0\sikuli-ide-full.jar\Lib” -cp “%~d0%~p0\sikuli-ide-full.jar” edu.mit.csail.uid.SikuliIDE %*
Save it and now just run that .bat file instead of the .exe, as the .exe file still wont work to launch the Sikuli GUI.
The only real downfall to this method is .skl files wont launch unless you set them to launch with the .bat file you just edited. After you do that, they run just fine (with a java window that pops up and closes when it’s finished the script).
Posted on April 24, 2010 at 1:28 pm - by Corey DeGrandchamp
Desktop Application
The download links and instructions are live for version 1.0 at http://www.techjawa.com/pandora/
.