Wednesday, February 22, 2012

How to turn off the prompt in FTP

type “prompt” in your ftp shell to toggle the prompting on and off.

ssh user@hostabc.com
cd path/to/your/files
ftp ftp.host.com
cd path/to/your/files
prompt
mget *
bye
exit

How to Maximize Windows Command window

1) Open a command window
2) Type wmic
3) Expand your windows as you like, close it and again open it. It will open as a maximized window!