ID:2329709
 
Known issue or am I doing something wrong? Tried search. Still taking too long to wait for.

Code:
shell("E:\\eula.1028.txt")


Problem description:
I've tried a few different calls and only .exe's are launching. I can't launch another .dmb or .txt file. Expecting the shell call to launch the native handler of whatever file I'm shell executing. No?

BYOND build 511.1385
Windows 10

That's not usually how shell calls work, you have to tell it what program to execute the file in, if the file itself isn't executable. The PATH environment variable on your system is what tells it what programs to execute without needing the full path.