[C.C++] powershell编译c语言,c/c++开发分享如何从C代码调用powershell脚本

273 0
Honkers 2025-5-23 16:48:14 来自手机 | 显示全部楼层 |阅读模式

#include#include // For access(). #include // For stat(). #include // For stat(). #include using namespace std; int main() { string strPath = "C:userssqtk-malscript1.ps1"; //access function: //The function returns 0 if the file has the given mode. //The function returns –1 if the named file does not exist or does not have the given mode if(access(strPath.c_str(),0) == 0) { system("start powershell.exe Set-ExecutionPolicy RemoteSigned n"); system("start powershell.exe C:userssqtk-malscript1.ps1"); system("cls"); } else { system("cls"); cout << "File is not exist"; system("pause"); } }

使用此代码时,代码块会出错

-------------- Build: Debug in may3_1 (compiler: GNU GCC Compiler)--------------- mingw32-g++.exe -Wall -fexceptions -g -c C:Userssqtk-malDocumentscodeblocksmay3_1main.cpp -o objDebugmain.o C:Users\Documentscodeblocksmay3_1main.cpp: In function 'int main()': C:Users\Documentscodeblocksmay3_1main.cpp:11:25: error: incomplete universal character name u string strPath = "C:userssqtk-malscript1.ps1"; ^ C:Users\Documentscodeblocksmay3_1main.cpp:11:25: warning: unknown escape sequence: 's' C:Users\Documentscodeblocksmay3_1main.cpp:11:25: warning: unknown escape sequence: 's' C:Users\Documentscodeblocksmay3_1main.cpp:18:80: error: 'system' was not declared in this scope system("start powershell.exe Set-ExecutionPolicy RemoteSigned n"); ^ C:Users\Documentscodeblocksmay3_1main.cpp:19:22: error: incomplete universal character name u system("start powershell.exe C:userssqtk-malscript1.ps1"); ^ C:Users\Documentscodeblocksmay3_1main.cpp:19:22: warning: unknown escape sequence: 's' C:Users\Documentscodeblocksmay3_1main.cpp:19:22: warning: unknown escape sequence: 's' C:Users\Documentscodeblocksmay3_1main.cpp:24:27: error: 'system' was not declared in this scope system("cls"); ^ Process terminated with status 1 (0 minute(s), 0 second(s))

4个错误,4个警告(0分钟,0秒(s))

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Honkers

荣誉红客

关注
  • 4013
    主题
  • 36
    粉丝
  • 0
    关注
这家伙很懒,什么都没留下!

中国红客联盟公众号

联系站长QQ:5520533

admin@chnhonker.com
Copyright © 2001-2025 Discuz Team. Powered by Discuz! X3.5 ( 粤ICP备13060014号 )|天天打卡 本站已运行