VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

THE_BEST SHELL_EXECUTE_EVER

EM Dixson  (6 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Mon 27th September 1999   Mon 8th February 2021

THE_BEST SHELL_EXECUTE_EVER

API Declarations



I'm just gonna paste the whole poop in one scoop. I recommend you do the same.

To call it just:

Call Shell("Whatever.txt") ' or ANY filename for that matter. As long as there
'is an associated extension available on the box that the program resides it 'WILL CALL ANYTHING!

'Please be advised: Even though this Module will call a .HTML file it will only
'call it from the box that it's on. It does NOT Shell to the web. It will call
'an HTML file but only like this:
Call Shell("YourFile.html")
'or like:
Call Shell("C:\Whatever\The_Path_Is_To\YourFile.html")

Your friend,
EM Dixson
http://developer.ecorp.net




Rate THE_BEST SHELL_EXECUTE_EVER (1(1 Vote))
THE_BEST SHELL_EXECUTE_EVER.bas

THE_BEST SHELL_EXECUTE_EVER Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters