程序开机自启后无法加载config.ini配置文件

在加载文件时注意:
使用绝对路径!
使用绝对路径!
使用绝对路径!
使用绝对路径!
使用绝对路径!
使用绝对路径!
使用绝对路径!
使用绝对路径!
使用绝对路径!
使用绝对路径!
使用绝对路径!
使用绝对路径!

C++程序看这里

		CString path;
		GetModuleFileName(NULL, path.GetBufferSetLength(MAX_PATH + 1), MAX_PATH);
		path.ReleaseBuffer();
		int pos = path.ReverseFind('\\');
		path = path.Left(pos);
		char Path[MAX_PATH];
		strcpy(Path, path);
		sprintf(Path, "%s%s", Path, "\\下载程序.bat");

你可能感兴趣的:(c++)