I need to execute task every 5 minute in ubuntu bash and I like to use windows task scheduler. I don't know how to write a .bat file to start application in ubuntu bash. I tested these and did not work. c:\Windows\System32\bash.exe -l [program_name args]
相关问题
- Why doesn't php sleep work in the windows-subs
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- JQ: Select when attribute value exists in a bash a
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- 为什么nfs在不同版本的Linux下安装的文件都不一样
- Warning : HTML 1300 Navigation occured?
- Check if directory exists on remote machine with s
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- Reverse four length of letters with sed in unix
can run command on ubuntu bash with add -c flag in args
and write it in .bat file and then add to windows task scheduler.