Very easy way to shell with associations.
Very easy way to shell with associations.
Rate Very easy way to shell with associations.
(1(1 Vote))
'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.
Very easy way to shell with associations. Comments
No comments yet — be the first to post one!
Post a Comment