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?
2.1m questions
2.1m answers
60 comments
57.0k users