Adam_Paste.exe is a Windows 32-bit Auto Hot Key script that will copy the
contents of the clipboard and paste it in the CoolCV or AdamEm emulator.

The main purpose of this tool is to copy SmartBasic code written on the PC in
a text editor and put it into the Adam Emulator.

This functionality has been testing with CoolCV 6.5 for Windows
and AdamEm 1.9 for Windows.

To use,
- Run the Adam_Paste.exe. You should see it in the Windows tray.
- Start CoolCV or AdamEM/Windows into SmartBasic
- Open up a text editor (Notepad, Textpad, UltraEdit, ect.)
- Write some SmartBasic code. Example shown below.

  10 home
  20 print "Hello World!"
  run

- Hightlight all of the text
- Copy to the clipboard (CNTRL-C)
- Press CNTRL-B (this kicks off the Auto Hot Key Script

The emulator does *not* need to have focus. The script will activate the emulator
and paste the contents.

This will also work with SmartWriter. While in SmartBasic (v1 or v2), enter:

call 64743

This will start SmartWriter. Press CNTRL-B again to kick off the Auto Hot Key
script. The code you had in the clipboard should paste into SmartWriter.

