我也遇了过这个问题
暂用的方法同楼上,而且可以同时打开多个文件夹和文件
start "" 工具\下载\FlashGet\FlashGet.exe
start "" 工具\网络\Tencent\qq\QQ.exe
start "" 文件\素材\MM相片\
start "" 工具\娱乐\MP3列表.m3u
start ""
http://www.google.com/
但是这个bat不能搜索上层目录。
如果你的常用工具有好多,放在根目录不方便的话,
你肯定会建个文件夹把所有的快捷方式都放里面
这样:你的快捷方式在
g:\常用工具快捷方式\
用bat来替代lnk的话,则
你的bat文件所在目录为
g:\常用工具快捷方式\
而你要指向的文件在
g:\工具\QQ\QQ2008.exe
g:\音乐\芊芊静听.ttpl
这样的话,就不能搜索到
这是第一个问题,
第二个问题是:那么一堆bat文件放在那里不太好看
所以最好还是用一个bat搞定,
期待中。。。
本人刚刚自学bat第二天,希望多多指教
I have also encountered this problem.
The temporary method is the same as the one above, and multiple folders and files can be opened simultaneously.
start "" 工具\下载\FlashGet\FlashGet.exe
start "" 工具\网络\Tencent\qq\QQ.exe
start "" 文件\素材\MM相片\
start "" 工具\娱乐\MP3列表.m3u
start ""
http://www.google.com/
But this bat cannot search the upper - level directory.
If you have many commonly used tools and it is inconvenient to put them in the root directory,
you will definitely create a folder to put all the shortcuts.
In this way: your shortcuts are in
g:\Common Tool Shortcuts\
If you use bat to replace lnk, then
the directory where your bat file is located is
g:\Common Tool Shortcuts\
And the files you want to point to are in
g:\Tools\QQ\QQ2008.exe
g:\Music\Qianqian Quiet Listening.ttpl
In this case, it cannot be searched.
This is the first problem.
The second problem is: then a bunch of bat files placed there are not very nice to look at.
So it is best to use one bat to get it done.
Looking forward to it...
I just started learning bat the second day, hope to get more guidance.