I tried this: [EMAIL PROTECTED]("",1,"","notepad.exe")and got this error: Bad expression: check parentheses or for extra chars at end ( file.runwait(ms,s,run_args,folder,mode) Error occurred near line 173 which contained: quit( file.runwait(ms,s,run_args,folder,mode) Press Cancel to end all running scripts. --- In [email protected], sgp acs322000 <[EMAIL PROTECTED]> wrote: > rsiebler wrote: > > > I don't really know what that means. I was trying to run it from > > the ARB box. How am I supposed to run it? > > Assuming you saved the script in file runit.powerpro in your powerpro > scripts folder, type this line into the ARB prompt > > [EMAIL PROTECTED]("Editor","1000", "=notepad",?"notepad.exe","","","max") > > a maximized notepad window should start. > > if you saved the script into another file, say "myfile.powerpro", just > substitute .myfile for .runit above > > If this fails for you, try simplifying > > [EMAIL PROTECTED]("",1,"","notepad.exe") > [EMAIL PROTECTED]("",1,"",?"%windir%/system32/notepad.exe") > > and so on (read comments inside the script file). > > The points David was making are: > > to run a script file from the top until the first quit instruction use > .scriptfilename > > to run a script file from label abc until the first quit instruction use > > [EMAIL PROTECTED] > > to run it with arguments 1 and "hi" use > > [EMAIL PROTECTED](1,"hi") > > good luck 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/
