我正在使用批处理文件连续运行几个脚本。
批处理文件如下
rawler http://example.com > results.txt
ruby parse.rb
notepad results2.txt
完成第一行后,命令提示符将自行关闭。
我在这里做错了什么?
修改的
Rawler是一颗红宝石
答案 0 :(得分:2)
可能是rawler
批处理文件吗?在这种情况下,您需要添加call
:
call rawler http://example.com > results.txt