Command prompt(basic functions) Nov 24, 2013 • guidedmissile These are few basics of windows command prompt C:\>echo %username% C:\>whoami C:\>hostname C:\>date C:\>PATH C:\>cd D:\ C:\>mkdir newfolder C:\>notepad C:\>notepad c:\temp.txt C:\>start C:\>exit