内容简介:autostart 1.0发布啦. autostart是开源的自启动设置小工具,跨平台,使用方式统一,兼容 windows、mac、linux 桌面版,特别适用于需要开机启动的跨平台程序调用,实现自启动,屏蔽了麻烦的平台判断和启动方法研究...
autostart 1.0发布啦.
autostart是开源的自启动设置小工具,跨平台,使用方式统一,兼容 windows、mac、 linux 桌面版,特别适用于需要开机启动的跨平台程序调用,实现自启动,屏蔽了麻烦的平台判断和启动方法研究。
Usage
On linux and mac , the command is autostart.
On windows , the command is autostart.exe.
1.Enable Application autostart.
linux&mac
autostart enable -k "demokey" -n "my demo application" -c "echo \"autostart\">~/autostart.txt"
help:
autostart enable --help
windows
autostart.exe enable -k test -n test -c "c:\\windows\explorer.exe c:"
help:
autostart.exe enable --help
2.Disable Application autostart.
linux&mac
autostart disable -k "demokey"
help:
autostart disable --help
windows
autostart.exe disable -k "demokey"
help:
autostart.exe disable --help
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- [CentOS7]redis设置开机启动,设置密码
- Linux设置Oracle开机自启动
- Centos7设置服务开机自启动
- Holer 1.2.0 发布,支持设置开机启动
- Hyperledger Fabric(V1.3) 环境设置与快速启动
- Windows 设置 VMware workstation 虚拟机开机启动 荐
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
软件开发者路线图
Dave H. Hoover、Adewale Oshineye / 王江平 / 机械工业出版社 / 2010年9月 / 35.00元
作为一名软件开发者,你在奋力推进自己的职业生涯吗?面对今天日新月异和不断拓展的技术,取得成功需要的不仅仅是技术专长。为了增强专业性,你还需要一些软技能以及高效的学习技能。本书的全部内容都是关于如何修炼这些技能的。两位作者Dave Hoover和Adewale Oshineye给出了数十种行为模式,来帮你提高主要的技能。 本书中的模式凝结了多年的调查研究、无数次的访谈以及来自O’Reilly在......一起来看看 《软件开发者路线图》 这本书的介绍吧!