windows上 start 命令的使用

2024-11-02 18:28:27

start 命令用于在 DOS 下打开系统应用程序, 例: 文本文档, 画板, 写字板, 资源管理器, 任务管理器, 计算器, ie 浏览器( start www.baidu.com )等, 都可以相应的打开,

工具/原料

windows

百度经验

start 命令的使用

1、win + R 打开资源管理器输入: cmd 点击: 确定在 cmd 里面输入: start /? 来查看 start 命令和参数的使用

windows上 start 命令的使用

3、修改 DOS 窗口标题: start title "新标题"

windows上 start 命令的使用

5、最小化打开记事本: start /min notepad.exe

windows上 start 命令的使用

7、打开 DVD 播放器: start dvdplay

windows上 start 命令的使用

8、打开任务管理器: start taskmgr

windows上 start 命令的使用

9、同时打开写字板和计算器: start write & calc用 & 将两个要开启的程序连起来,

windows上 start 命令的使用
猜你喜欢