Running any file from Flash with Director

to be able to run any file from flash use command
getURL(‘lingo:_player.open(“f:\windows\”, “explorer.exe”)’);

“f:\windows\” can be any path
“explorer.exe” can be any file

flash file made this way needs to be imported in director and published from director to exe