VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Very easy way to shell with associations.

by Shock Troop (1 Submission)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 21st August 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Very easy way to shell with associations.

Rate Very easy way to shell with associations.



'program will run.  Not sure if this works on all Win versions.
'
'This will tunnel the file name into a batch file, then run the batch file.
'
'Shock Troop - David M. Lewis

Shell "ECHO C:\MYFILE.EXT >C:\TMP.BAT", vbHide 'Puts path in temp batch file.
Shell "C:\TMP.BAT", vbNormalFocus 'Runs the batch file.




Download this snippet    Add to My Saved Code

Very easy way to shell with associations. Comments

No comments have been posted about Very easy way to shell with associations.. Why not be the first to post a comment about Very easy way to shell with associations..

Post your comment

Subject:
Message:
0/1000 characters