I have created a batch file called FTP_automation.bat which contains the code below. SET MyPath=E\PGP\test_pg ftp open 142.245.30.165 21 TESTA9MS test11 b...
Well, Windows 8 has no Start Menu any more and the startup folder has disappeared also. Where can I find that folder? Or is there a new way with Metro?
I want to make a slipstreamed, bootable Windows XP installation CD, and I have the original installation CD that comes with no service packs. Are Windows ...
In vim you can execute comands with "!". You can combine that with "r" to insert the output into your current buffer. :r!date Fri Jul 20 09:39:26 SAST 201...
One of my SUSE Linux Enterprise Server 12 SP5 is in production. A few days ago for some workaround, we executed the below commands : cd /bin #ln -s /usr/b...
I'm trying to recursively diff two directories using the command line diff util. I have two folders, diff1 and diff2, with contents like this: diff2 ...