ExecFile Command?

Blitz3D Forums/Blitz3D Programming/ExecFile Command?

Craig H. Nisbet(Posted 2003) [#1]
Has anyone tried to use the ExecFile command with command line switches in the filename? I can't seem to be able to make mine work. I even tried do the CHR$(34) space thing like the docs suggest. Any ideas?


soja(Posted 2003) [#2]
Sure, it works fine. Example:
ExecFile("zip.exe -L > c:\deleteme.txt")


Can you post your code? Maybe we could tell you why you're not getting what you expect.