如何编写一个进程开机自动运行的脚本命令 如何编写一个脚本命令可以使一个EXE文件在开机的时候自动运行`?哦
用shell写一个脚本按日期循环执行某一条命令怎么写 [$?eq 0]&echo '成功'|echo '失败4102'[root@centos~1653]#lsanaconda-ks.cfg install.log install.log.syslog rpmbuild[root@centos~]#[$?eq 0]&echo '成功'|echo '失败'成功[root@centos~]#lsssbash:lsss:command not found[root@centos~]#[$?eq 0]&echo '成功'|echo '失败'失败[root@centos~]#
如何用一个脚本同时运行两个命令 运用到多线程就可以实现 运用到多线程就可以实现 BeginThread 线程1/启动线程1 Delay 10 BeginThread 线程2/启动线程2 Delay 10 Sub 线程1/自己编写脚本内容 End Sub Sub 。