Hello Tracy,
Perfect, so many choices all in one spot.
Thanks for your time and help,
Merry Christmas,
Kent

> 
>    RUN "START http://google.com";
> 
> OR
> 
>    LOCAL oShell as wscript.shell
>    oShell = CREATEOBJECT("wscript.shell")
>    oShell.Run("http://google.com";)
>    oShell = .NULL.
> 
> 
> OR
> 
>    DECLARE INTEGER ShellExecute IN Shell32.DLL ;
>       INTEGER nWinHandle, ;
>       STRING  cOperation, ;
>       STRING  cFileName,  ;
>       STRING  cParameters, ;
>       STRING  cDirectory,  ;
>       INTEGER nShowWindow
> 
>    ShellExecute(0, "OPEN", "http://google.com";, "", "", 1)
> 



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/604771dfb15a46869046285aebdce...@kentlaptop
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to