我正在使用 Hyperion 规划。有很多内置的命令行实用程序。我可以知道是否可以使用 Windows 任务调度程序安排所有这些命令行实用程序运行吗?
问问题
35 次
2 回答
0
在 Linux 上,我们安排如下:
[apphyp@ichypp0013 ~]$ crontab -l
### Minutes hours DayOfMonth Month Weekday(0-6 Sunday-Saturday)
###
###
### DAILY ONLINE BACKUP Plan0
00 20 * * 1-5 /app/ncia/scripts/stop.hyp.sh 2>&1
30 20 * * 1-5 /app/ncia/scripts/backup_Planning0.sh 2>&1
00 22 * * 1-5 /app/ncia/scripts/start.hyp.sh 2>&1
### Automatic Transfer
00 09 * * 1-5 /app/ncia/scripts/automatic.transfer.FMC_to_R2C.sh >> /app/ncia/log/automatic.transfer.FMC_to_R2C.log
00 23 * * 0-4 /app/ncia/scripts/automatic.transfer.HRC_to_HR2C.sh >> /app/ncia/log/automatic.transfer.HRC_to_HR2C.log
30 22 * * 0-4 /app/ncia/scripts/automatic.launch.business.rule.FMC_Admin_PrepareAllData_to_R2C.sh >> /app/ncia/log/automatic.launch.business.rule.FMC_Admin_PrepareAllData_to_R2C.log
于 2016-09-21T08:45:18.863 回答
0
您可以使用批处理文件运行所有命令。只需从任务调度程序调用批处理文件。
于 2016-09-11T08:26:58.183 回答