Fileobject.execute
Is there a way to combine a filename plus commandline switches into a File Object such that it can be used in a File.execute action? For example:
var pgm = File("c:/windows/explorer.exe")
then somehow concatenate a "/e" or "/root" resulting in:
pgm.execute(); that actually works?
