我有一个名为“AI_V.0.0.0.1_G.1.py”的python脚本。
就在脚本开始时,我用时间定义了当前时间,所以我这样做了:
set currenttime=%time%
如果我只是运行:
AI_V.0.0.0.1_G.1.py
然后它就完美了。问题是我需要记录它。当我运行这个:
AI_V.0.0.0.1_G.1.py>>%currenttime%.log
然后它说
The system cannot find the path specified.
有什么帮助吗?