Dec 07 2011
Merge Files in DOS
You can easily concatenate ascii or binary files with the Windows command prompt using COPY: COPY /A file1.txt+file2.txt dest.txt COPY /B file1.bin+file2.bin dest.bin Where dest is the destination filename
Dec 07 2011
You can easily concatenate ascii or binary files with the Windows command prompt using COPY: COPY /A file1.txt+file2.txt dest.txt COPY /B file1.bin+file2.bin dest.bin Where dest is the destination filename
Nov 10 2011
Here’s a script that deletes all the Backup Exec B2D files part of a media set. Stick the following script into a .bat file and edit the first 3 settings Mediaset, B2Dfolder and BEPath. You can run it straight. I consider it is good practice to do for the following reasons: – You can […]
Mar 11 2011
Not a technical post but a useful piece of software… I was pissed off having so many windows on my desktop while connecting to different remote services. Till I found MRemote that lets you manage all your network connections in a single multi tab window. You can create Remote desktop, SSH, telnet, VNC and many […]