当前位置:网站首页>Nppexec get process return code
Nppexec get process return code
2022-07-03 15:04:00 【trium_ KW】
Use Notepad++ NppExec When the plug-in is doing some automation work , It is often necessary to judge the latest running process ERRORLEVEL Return code , To determine whether the process is correctly executed ( Such as judgment gcc Compile for errors ). It can be implemented as follows :
cmd /c any_executable any_options
if $(EXITCODE)==0 goto SUCCESS
if $(EXITCODE)==1 goto ERROR_1
// ...
goto ERROR_DEFAULT
:SUCCESS
// handle success
:ERROR_1
// handle situation where ERRORLEVEL is 1
// etc.That is to use $(EXITCODE) Get the return code
边栏推荐
- Global and Chinese markets of AC electromechanical relays 2022-2028: Research Report on technology, participants, trends, market size and share
- 第04章_逻辑架构
- Web server code parsing - thread pool
- Qt development - scrolling digital selector commonly used in embedded system
- To improve efficiency or increase costs, how should developers understand pair programming?
- How can entrepreneurial teams implement agile testing to improve quality and efficiency? Voice network developer entrepreneurship lecture Vol.03
- C language to implement a password manager (under update)
- Center and drag linked global and Chinese markets 2022-2028: Research Report on technology, participants, trends, market size and share
- el-switch 赋值后状态不变化
- C # realizes the login interface, and the password asterisk is displayed (hide the input password)
猜你喜欢

Vs+qt multithreading implementation -- run and movetothread

【Transform】【实践】使用Pytorch的torch.nn.MultiheadAttention来实现self-attention

What is embedding (encoding an object into a low dimensional dense vector), NN in pytorch Principle and application of embedding

Use of form text box (I) select text
![[Yu Yue education] scientific computing and MATLAB language reference materials of Central South University](/img/83/922efb4f88843f1b7feaccf2b515b9.jpg)
[Yu Yue education] scientific computing and MATLAB language reference materials of Central South University
![[transformer] Introduction - the original author of Harvard NLP presented the annotated transformer in the form of line by line implementation in early 2018](/img/2b/b23aeab584f89be6678c0fe059d4b6.png)
[transformer] Introduction - the original author of Harvard NLP presented the annotated transformer in the form of line by line implementation in early 2018
![[graphics] real shading in Unreal Engine 4](/img/8d/53775c7570c5578f4fe985592bb305.jpg)
[graphics] real shading in Unreal Engine 4

Remote server background hangs nohup
![[ue4] geometry drawing pipeline](/img/30/9fcf83a665043fe57389d44c2e16a8.jpg)
[ue4] geometry drawing pipeline

On MEM series functions of C language
随机推荐
.NET六大设计原则个人白话理解,有误请大神指正
5.4-5.5
ASTC texture compression (adaptive scalable texture compression)
Global and Chinese market of marketing automation 2022-2028: Research Report on technology, participants, trends, market size and share
The first character of leetcode sword offer that only appears once (12)
Leetcode the smallest number of the rotation array of the offer of the sword (11)
Global and Chinese market of optical fiber connectors 2022-2028: Research Report on technology, participants, trends, market size and share
链表有环,快慢指针走3步可以吗
Web server code parsing - thread pool
Unity hierarchical bounding box AABB tree
[wechat applet] wxss template style
[Yu Yue education] scientific computing and MATLAB language reference materials of Central South University
2021-10-16 initial programming
Global and Chinese market of trimethylamine 2022-2028: Research Report on technology, participants, trends, market size and share
【Transformer】入门篇-哈佛Harvard NLP的原作者在2018年初以逐行实现的形式呈现了论文The Annotated Transformer
[combinatorics] permutation and combination (set permutation, step-by-step processing example)
What is one hot encoding? In pytoch, there are two ways to turn label into one hot coding
Solve the problem that PR cannot be installed on win10 system. Pr2021 version -premiere Pro 2021 official Chinese version installation tutorial
mmdetection 学习率与batch_size关系
Série yolov5 (i) - - netron, un outil de visualisation de réseau