PDA

View Full Version : Write to Clipboard during compile



NewsArchive
04-05-2012, 10:08 AM
1. Is there an option that would allow me to write a message during
compiling of an installation script? This would be similar to "#msg"
except that instead of printing to the screen, it would write to the
windows clipboard.

The reason for this is that in my script I read information from files
and create a message showing the build number (we build our numbers
dynamically). I would like to be able to set that number to the
clipboard to make it quicker when writing an email to office about
release.

2. Also, is there a way to get the displayed "#msg" or equivalent to
appear near the bottom of compiler output? I have it working today but
it appears near the top and I have to scroll up and find it (I know, I
am lazy<g>).

Thanks!

Barton Whisler
Prosoft Inc.
Tampa, Florida

NewsArchive
04-05-2012, 10:09 AM
Barton,

1. "Copy to Clipboard" option added to the "#msg..." compiler directive (see
attached screenshot).

2. This is not possible. #msg messages are displayed as they are processed.

Friedrich

NewsArchive
04-05-2012, 10:09 AM
THANK YOU!!!!

As far as the message position, it is not that big of a deal. As I
said, I'm lazy<g>.

Barton

Barton Whisler
Prosoft Inc.
Tampa, Florida