Hello... Progmmaer Wall is blog of a Prgrammer.

Useful Browser Tricks

+ No comment yet

Turn your browser into quick notepad

Type the following command in browser's URL bar and hit enter
data:text/html, <html contenteditable>

Useful Command Prompt Tricks

+ No comment yet

Save typed command history for future use 

We often execute a lot of commands, on command prompt and then as soon as we close it, all the history is lost. This is especially very cumbersome, when you run down with huge commands.

After you're done with the all the commands, Just type doskey /history > D:\commands.log in your command prompt and boom, All the command prompt history will be saved in a file named commands.log in C directory.



Useful Shortcuts On Windows

+ No comment yet

Tricky way of opening cmd till a particular directory

  • Go to the folder where you want to open the command window. Press 'Shift key' + 'RightClick'. You can see the pop-up as shown below which will have an option 'Open command window here'.



End Result
  • Try Alt+D, then type 'cmd' and then press Enter result will be same as above.