[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.vb.general.discussion

Re: Splitting a string containg filename+path and arguemnts

Leo

6/16/2011 1:21:00 AM

Shell ("c:\Program Files\Windows NT\Accessories\WORDPAD.EXE D:\Data\menu.css")
does in fact open wordpad with that file open. Same with WinExec which leads me to believe Shell simply calls WinExec which takes in a path plus arguments as one parameter and a second parameter indicating the window state.