When using shell to redirect output to a file, it does not create the file that should be getting the output.
When running the same command in the cmd.exe, with the game path, it creates the file as intended.
I did lower the settings to trusted, and it opened notepad, but it said 'file does not exist, create new?'
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
mob/verb/capture_output()
shell("dir . > out.txt")
shell("notepad out.txt")
Expected Results:
Actual Results:
Does the problem occur:
Every time? Or how often? Every Time
In other games? Unknown
In other user accounts? Yes
On other computers? Unable to test currently.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? Tested back to 394.xxxx and did not work. Possibly operating system related?
Workarounds: DLL
Wouldn't that be attempting to save it on the C:\ or is it the current folder the world is running in?
Does this work when you try to run Dream Seeker as Administrator?
Does this work if you try to output to the full path instead of just the text file?