don't run low level command (exec )

Blitz3D Forums/Blitz3D Beginners Area/don't run low level command (exec )

vivaigiochi(Posted 2009) [#1]
Hello, I need to run some low level command from my blitz program.
I use this command (very simple....)

ExecFile("copy blank\*.* . /Y")

It's return 0.

Why?

If i use the command from cmd (prompt msdos) it works, but if i use into my program located in the same folder don't works


xlsior(Posted 2009) [#2]
http://www.blitzbasic.com/Community/editpost.php?post=997207