Windows Software: BeyondCopy 1.24

BeyondcopyA network clipboard allows you to share the same clipboard between two computers connected via a network. You are able to copy text on one computer, and then paste it on the other.

Last week I posted an article about a handful of network clipboards that are available for free on Windows PCs. I was not able to get any of them to communicate to each other between Windows XP and Vista.

Over the week, I came across the open-source utility BeyondCopy 1.24, which is yet another network clipboard. I expected the same sort of luck as I had with the other programs I had tested, but I was pleasantly surprised when BeyondCopy worked for me first time without any fuss.

I installed the utility on each computer and added the other computers hostname to the list of acceptable computers. I opened up Notepad and typed in some text and copied it to the clipboard. I switched to the other computer and pressed paste, and clipboard followed me.

BeyondCopy runs in the task tray on both computers and can be started up with Windows. You are able to have more than two computers sharing the same clipboard. It is fairly secure as you have to put in the computer hostnames of all the computers you want to share the clipboard of, into the client on each computer. If you only do it on one, BeyondCopy will not connect. You are even able to change which port BeyondCopy uses for added security.

The documentation claims that the software will copy files but I had no luck with this. The help documentation isn’t too clear for this. I was able to copy text flawlessly, which is what I initially set out to do.

Now I have to get used to this new feature on my network. The impossible has become possible. I am already reaping the benefits as I have used it in writing this article. This one is a keeper!

BeyondCopy is free and available from their Website.


Windows Software: mRemote

MremoteThe latest Remote Desktop client which comes with Windows Vista only allows you to open up one remote desktop at a time. You are able to run multiple instances of it to open other desktops but this will clog up your taskbar quickly. Imagine having multiple clients to connect to other types of servers such as telnet and ssh2.

mRemote will let you store all your remote connections information in one place so that they can easily be recalled and accessed at the same time.

Their website explains it best

“mRemote allows you to manage all your remote connections in a single place. Currently it supports the RDP, VNC, SSH2 and Telnet protocols. The main intention is to have a central place to store all your connections and access them in the same window.”

I liked that the program was highly configurable for each server I connected to. I had the same control with remote desktops as I have with the latest Microsoft release of the Remote Desktop Client. Each new server connection loaded up in a new tab, making the switching between remote servers instant.

mRemote is still in Beta so take a bit of caution using it. There were a few tick box and layout problems which I came across but all in all, mRemote worked just as I hoped it would. I was able to connect to two computers via remote desktop, and another with telnet.

The install is a single file download and there is an uninstaller included. The latest version 0.0.7.0 was released 10/10/07. If you are using XP, ensure you have updated to the latest Remote Desktop Client from Microsoft before trying to use mRemote. You can download it here. This is not necessary if you are using Vista.

There are Remote Desktop Clients that will let you connect to multiple desktops from the same window. The programs I have seen are commercial releases, or they come with Windows Server. mRemote is the only client I have seen that will let you log on to multiple types of servers at the same time.

Download it for free from SourceForge.


Windows\Symbian: Use your Smartphones Camera as a Webcam with SmartCam

SmartcamI don’t have a webcam, and I don’t really intend on ever buying one. Occasionally there are times that others have requested that I get one, but I can’t justify the purchase.

Most phones these days have cameras built in, so wouldn’t it be great if we could use the phones we already have as our webcam.

SmartCam answers the call. SmartCam fools your computer into seeing your smartphones camera as a webcam. A Windows client and a mobile client both need to be installed for it to operate. SmartCam works with MSN messenger, Skype, as well as a straight forward capture to file.

While this all sounds very good, being a SourceForge hosted project that is still very young, SmartCam has some limitations. It only works over Bluetooth, which is exactly what I wanted, but it may limit some users. It is designed for Symbian S60, Series 2 & 3 devices, although it does run on a Java platform; so it may work on other devices.

SmartCam worked for me on a Nokia N70. I had no success with Windows Mobile, however it has not been designed to run on this platform as yet. It was designed for XP, and I had no problems running SmartCam in Vista.

It is a little fiddly to get up and running. The mobile versions need to be installed from the Windows installation folder. Once you read the Read Me file, and get the hang of how it works, you should be fine. SmartCam fulfilled my needs, and I recommend you give this one a go.

(Update: 26/9/07) To stop the popups for each new frame on your phone, go into your tools folder and select your application manager.
Go down to jSmartCam, select options, and Suite Settings.
Change Connectivity to Always allowed
Change Multimedia to Ask First Time.
For more information, check out the read-me file in the installation folder.

Available for free from SourceForge.net


How-To: Synchronise two folders using SyncToy.

Difficulty: 1.5

SyncThe main reason you may want to sync folders on a single machine is to backup your data. You would probably be best to find a backup utility to do this.

If you want to sync folders over networked drives, this guide may help you also. There are more detailed articles at Inspect My Gadget on syncing documents between two networked computers. Find them here.

On the very odd occasion you do want to sync folders on a single computer, it is not too hard to achieve. There are a number of applications available to help you do this, but many of them cost money. Windows has a solution by a command in the command prompt which will work on all Windows PC’s. Microsoft also offers a program called SyncToy which does the same thing with a nice GUI interface.

This is a two part article. In Part 1 we looked at using xcopy to sync your folders, and in Part 2 will look at how to use SyncToy.

Part 2 will cover the following topics.

  • How to get SyncToy
  • Configuring SyncToy
  • How to schedule SyncToy to run a sync at a set time.

SyncToy is a great solution for people who require to sync local or networked folders, as it is easy to use and it can be scheduled.

Read the rest of this entry »


How-To: Synchronise two folders using xcopy.

Difficulty: 3

SyncThe main reason you may want to sync folders on a single machine is to backup your data. You would probably be best to find a backup utility to do this.

If you want to sync folders over networked drives, this guide may help you also. There are more detailed articles at Inspect My Gadget on syncing documents between two networked computers. Find them here.

On the very odd occasion you do want to sync folders on a single computer, it is not too hard to achieve. There are  number of applications available to help you do this, but many of them cost money. Windows has a solution by a command in the command prompt which will work on all Windows PC’s. Microsoft also offers a program called SyncToy which does the same thing with a nice GUI interface.

This is a two part article. Part 1 will look at using xcopy to sync your folders, and Part 2 will look at using SyncToy.

Part 1 will cover the following topics.

  • How to use xcopy
  • How to put xcopy into a batch file
  • How to schedule the batch file to run a sync at a set time.

The reason I like xcopy is that it is quick to setup, and you do not require any additional software to get it to work. This means it is good for 1 off syncs. SyncToy will be the best solution for most people who require to sync more frequently.

Read the rest of this entry »