>Ok! I'm one step closer now. Now it runs and it launches notepad, but >a) a PPro debug window pops up (I don't know why) and b) notepad isn't >maximized. Here is the command I tried:
Near the end of the script (2nd last line), you should see the following line: win.debug(date++time,scriptname++"@X: <"++s++"> <"++run_args++"> <"++folder++"> <"++caption++"> <"++ms++">") That line causes the debug window to appear. Not being the originator of the script, I can only guess that the point was to debug the script, and that the comment character was accidentally left off. If you look elsewhere in the script, you'll see the same call (win.debug) with the comment character (;) in front. The good news is that this may help debugging why notepad isn't coming up maxxed. Can you paste the contents of the debug window in the next message? (Note: this is an assumption as I'm not the script writer, and haven't used or scanned the script in any detail.) Otherwise, just put a ';' in front of the line, and the debug window will go away. Paul Attention: PowerPro's Web site has moved: http://www.ppro.org 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/
