Blog
Get messages in
What is RSS?
Synchronize.bat (GPL)
Wed, 15 May 2013 06:46:37 +0000
I've made two improvements to the Synchronize.bat script: 1) It now sets CYGWIN environment variable to "nodosfilewarning" to eliminate warning messages regarding the use of DOS path. 2) It now checks the error code returned by rsync calls. If any rsync calls returns a non-zero error code, that error code is passed out as %ErrorLevel%. If all rsync calls succeeds, then '0' is returned. The new version of Synchronize.bat is attached below. Category: Batch
Comments (4)
|
Related Links (1)
|
TrackBack
Font Size Too Small in "SciFi of the Day" App
Fri, 19 Apr 2013 14:09:26 +0000
We have just released a new version of our SciFi of the Day app. Version 2.0 allows you to change the font size. Other new features: - Support Android 4.2 (Jelly Bean). - Ability to select text. - Added Community menu option. Version 2.0 is now available immediately on some Android markets. On other Android markets, it must go through a review process. You can download it directly from SlideMe now: SciFi of the Day. Category: Java: Android
Comments (2)
|
Related Links
|
TrackBack (2)
IsHostAlive.sh (GPL)
Wed, 17 Apr 2013 07:41:24 +0000
Darwin on Mountain Lion is once again slightly different than its predecessor, causing "IsHostAlive.sh" to fail. I've updated "IsHostAlive.sh" with the difference, so that it should work on all Darwin and Linux alike. The new version is attached below. Category: UNIX Shell: sh
Comments (4)
|
Related Links
|
TrackBack
Enabling User Account Control on Windows 8 (GPL)
Wed, 10 Apr 2013 00:55:12 +0000
If you have disabled UAC with our disabling script (see TrackBack below), then it is likely this enabling script will be useful to you. You simply have to "Run as administrator" to make the change. Then reboot your computer for the change to take effect. "Enable UAC.cmd" is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. If you make changes to this batch file, please feel free to upload it back here to share it with others. Category: Batch
Comments
|
Related Links
|
TrackBack (1)
Disabling User Account Control on Windows 8 (GPL)
Wed, 10 Apr 2013 00:53:07 +0000
Windows 8 is a real control freak. Every little thing I try to do requires administrator privilege. And even after changing "User Account Control Settings" to minimum in Control Panel, it still wants to dictate what I can and cannot do. Unlike Windows 7, where you can actually turn off UAC through the Control Panel, Windows 8 only allows you to silence it a bit, but doesn't actually allow you to turn it off. But you can disable UAC in Windows 8 via some registry trick. However,to ease your life, you can simply run the attached script to turn it off for you. You must use the "Run as administrator" option to run this script. Then reboot your computer. Note: one drawback to turning off UAC in Windows 8 is that you lose access to the Microsoft Store. You'll simply get a message that says, "This app can't open. Store can't open while User Account Control is turned off." But luckily, we'll provide a UAC enabling script for you as well (see TrackBack below). You can simply turn UAC on and off as you desire. "Disable UAC.cmd" is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. If you make changes to this batch file, please feel free to upload it back here to share it with others. Category: Batch
Comments
|
Related Links
|
TrackBack (1)
More . . .
|