Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command RUN

Status
Not open for further replies.

171171

Programmer
May 13, 2003
16
ID
Hai All,

I have problem with RUN Syntax .
I have insert syntax in Menu but can not Run.
This Syntax is RUN AP.CHM
This File Exection Chm (HTML).
Please Help .


Thank's



 
Hi

DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin, STRING cAction, STRING cFileName, ;
STRING cParams, STRING cDir, INTEGER nShowWin

= ShellExecute(0,"open","myPath\ap.chm","","",1)

:)


ramani :)
(Subramanian.G)
 
you can use "shellexecute" instead of run. check the sample of ramani.

Its me : ALEX
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top