How to run a simple Windows command?
This command:
exec.Command("del", "c:\aaa.txt")
.. outputs this message:
del: executable file not found in %path%
What am I doing wrong?
1.4m articles
1.4m replys
5 comments
57.0k users