Can I run o/s command from Mt4?

 

I need to write a file from my EA to say c:\myout.tx (!!! not under ...expert\file)

Read Mt4 help file, says No I am not allowed.

Ok...a workaround maybe... write the output file to expert\file\my.out (i know how to do this) then... run an operating system command "move" to move the file to the location I want. But I dont know how to do this....

ANyway can help? pls

 

Create a batch file using dos commands and schedule an event to run it.

help here..

Batch File Help

MS-DOS help and commands

I would suggest the xcopy command.

Reason: