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?
ExecFile Command?
Blitz3D Forums/Blitz3D Programming/ExecFile Command? Sure, it works fine. Example:
Can you post your code? Maybe we could tell you why you're not getting what you expect.
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.