--- In [EMAIL PROTECTED], Jan Rifkinson <[EMAIL PROTECTED]> wrote: > Good day. > > Is there an easy way of printing an individual note that is > escaping me? There is no easy way to do this using PowerPro alone.
The following will show a menu of open notes and use notepad to print the selected one: Menu Folder c:\program files\powerPro\notes\open cmd "notepad.exe /p" Omit the \open to show all notes. However, the printout includes the extra control line that PowerPro inserts at the start of the note. To remove this, you would have to write a small script to call notepad, delete the first line, print the result, then exit notepad and then pass the file name to this script as an argument. (Something like cmd ".myscript(_file_)" should work, but not tested). ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
