打开后命令提示符闪烁

时间:2016-08-09 01:21:51

标签: windows batch-file

运行我的.bat之后,它只会闪烁而不会执行我想要它执行的操作,它只是说:

@app.route('/results/<query>', methods=["GET", "POST"])
def load_results(query):
    q = query
    return render_template('test.html', q=q)

该文件假设执行关机,但在命令提示符中弹出一条消息。脚本(我认为有点幼稚):

C:\test>[a blocky thing]@
'[block]@' is not recognized as an internal or external command,
operable program or batch file.

问题图片(链接): http://s1383.photobucket.com/user/reabeafUser2123/media/Problm_zpsituga1nm.png.html?sort=3&o=0

0 个答案:

没有答案