Thursday, October 08, 2009

Touch Command for Windows

If you every need to change the last modified date on a windows file here is a command that does so

copy /b test.txt +,,

Source:

Robots.txt and Search Engines

It is not sexy but it useful. The robots.txt is suppose to tell robots/bots/crawlers where they can crawl on a web site. The robots.txt mus...