My New Android Application!

I created a new Android App using App Inventor.

It is a small machine screw size / information application. Unfortunately, Android Market will not allow App Inventor applications…. yet!

Anyway, if any of you are interested in this application, email me and we can arrange to buy it for my originally planned Android Market price of 99 Cents!!! ($0.99 US).

To see the screen shots & get an idea what the application looks like does, look here: https://blog.jimsjump.com/android-apps

Thanks!
Jim

My DOS epiphany as of late . . .

Recently during a hard drive upgrade I ran across some IE temp files that got corrupted and just would not delete.  I needed them gone because IMAGEX (an article for a later post) would not work as it couldn’t see these files for the image.

Of course you can’t delete the directory they are left in as well “directory not empty” error (or so I thought).   After a little searching and some frustration, I found the following command, living just under my nose!

C:>   RMDIR  <C:\ “Directory to delete and contents”>   /S /Q

/S  – get the directory and all files
/Q – does it without approval

Yup, “bye bye” directory and “bye bye” file that won’t go away.   Just too simple.

Enjoy!
~Jim