0

我有一个名为“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.

有什么帮助吗?

4

1 回答 1

1

试试这个,它使用%time%并替换:-
例如18-04-54.22.log

AI_V.0.0.0.1_G.1.py>>%time::=-%.log
于 2013-05-24T17:03:52.717 回答