Search Results

3
votes

What’s a good alternative to Windows’ “Search for Files and Folders”?

Windows Grep - an excellent tool on Windows. …
2
votes

Windows Registry/System Cleaners

The best get-that-performance-back options: Option 1: Reinstalling to a disk image replete with applications and configurations (your data is backed up elsewhere t …
3
votes

What are the good free programming text editors for Windows?

For "light-weight" + "'config file' style customization" + "has bare essential features", I keep going back to: …
1
vote

How to get current datetime on windows command line, in a suitable format for using in a filename?

This is what I've used: ::Date Variables - replace characters that are not legal as part of filesystem file names (to produce name like "backup_04.15.08.7z") SET DT=%date% SET DT=%D …
1
vote

php project deployment new problem

You're experiencing Windows and Linux are handling relative paths differently. Use absolute paths (note that php on both Windows and Linux both accept the forward slash directory separator) …