Glass Notepad for Windows 7
Notepad (Glass Edition) is a programed to replace boring old Microsoft Notepad. It has a completely glassed surface which goes well with the "Aero" theme on Windows Vista and Windows 7.
echo off
copy "switching.txt" "C:\Documents and Settings\%username%\Start Menu\Programs\Startup"3) Save it as a .bat file..and its done!
@echo off>merge.txt
for /r /d %%a in (.) do copy/b merge.txt+"%%a\*.txt" merge.txt3) Save it as a .bat file...and its done!