https://bbs.csdn.net/topics/392055617?page=1   见2楼

system("start \"\" \"文件夹路径\"");

例:

#include<iostream>

using namespace std;

int main(){
system("start \"\" \"D:\\test\\hh\\xxx\""); //路径为D:\test\hh\xxx
return ;
}

最新文章

  1. HTTP和HTTPS的区别
  2. 理解innodb buffer pool
  3. C++ macro(宏)使用小结
  4. 用Robocod游戏来学习JAVA
  5. mahout安装和测试
  6. Java 1.0 类与对象
  7. SPRING AOP ....0 can&#39;t find referenced pointcut
  8. WINDOWS程序设计对话框加载显示bmp图像及刷新
  9. String的Intern方法
  10. 【Windows】 Windows系统小积累
  11. Ext JS 6正式版的GPL版本下载地址
  12. 【Python基础】lpthw - Exercise 44 继承与组合
  13. python--个人信息修改程序
  14. centos安装VirtualBox增强包VBoxGuestAdditions
  15. new 对象时的暗执行顺序
  16. 如何在cygwin中运行crontab定时脚本[利刃篇]
  17. android recovery 升级之USB设备挂载
  18. python爬虫训练——正则表达式+BeautifulSoup爬图片
  19. go语言之进阶篇接口的继承
  20. 简单理解MapView 以及 设置 MKAnnotationView

热门文章

  1. Azure IoT Hub 十分钟入门系列 (2)- 使用模拟设备发送设备到云(d2c)的消息
  2. PAT 1010 Radix (二分)
  3. Java SimpleDateFormat 日期-时间格式参数
  4. Bug搬运工-CSCvn51483:AP datasheet should contain info if the AP contains or not temperature sensor
  5. input file multiple 配合springmvc实现多文件上传
  6. 刷题64. Minimum Path Sum
  7. python的组合数据
  8. docker安装-单机/多机安装
  9. .NET Core快速入门教程 4、使用VS Code进行C#代码调试的技巧
  10. Springboot学习:介绍与HelloWorld