Forum: Shell Scripting Mar 13th, 2009 |
| Replies: 2 Views: 1,321 For /F "delims=." %%n in ('Dir /B *.exe') Do (MD %%n
move *.exe %%n)
Stick that in a batch file and it will do what you want |
Forum: HTML and CSS Mar 13th, 2009 |
| Replies: 32 Views: 3,155 I kind of agree with midimagic even though I don't want to.
Tables were meant to display content: div's were designed to control layout. 2 separate things but not mutually exclusive.
Firstly, I'm... |
Forum: VB.NET Mar 13th, 2009 |
| Replies: 3 Views: 577 Double click on recycle bin, when it opens select the file you want, left click on 'file' from the menu then choose 'restore'. |
Forum: Windows tips 'n' tweaks Mar 12th, 2009 |
| Replies: 18 Views: 3,099 Use Unlocker. Simple and quick. |
Forum: Windows tips 'n' tweaks Mar 12th, 2009 |
| Replies: 9 Views: 1,296 Anyone who watches this and believes there's any truth to it....send me $500 and I will GUARANTEE to make you more attractive to women!! |
Forum: MySQL Mar 12th, 2009 |
| Replies: 8 Views: 2,183 Webman's post is clearly quite desperate, and lacking some fundamental knowledge. Also, he does not give anywhere near enough information to enable anyone to help him.
Trudge is clearly impatient... |
Forum: MS Access and FileMaker Pro May 19th, 2006 |
| Replies: 0 Views: 1,419 Hi, we have an access database, and we want to 'push a buttton' and have it synchronise itself with acopy of the database on a web server.
Does anyone know how to achieve this? |