当前位置:网站首页>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
边栏推荐
- Pytoch deep learning and target detection practice notes
- 【Transform】【实践】使用Pytorch的torch.nn.MultiheadAttention来实现self-attention
- Vs+qt application development, set software icon icon
- 复合类型(自定义类型)
- There are links in the linked list. Can you walk three steps faster or slower
- Global and Chinese market of solder bars 2022-2028: Research Report on technology, participants, trends, market size and share
- Pytorch深度学习和目标检测实战笔记
- C language STR function
- Bucket sorting in C language
- Remote server background hangs nohup
猜你喜欢

解决pushgateway数据多次推送会覆盖的问题
![[graphics] efficient target deformation animation based on OpenGL es 3.0](/img/53/852ac569c930bc419846ac209c8d47.jpg)
[graphics] efficient target deformation animation based on OpenGL es 3.0

Tencent internship interview sorting

【可能是全中文网最全】pushgateway入门笔记

什么是one-hot encoding?Pytorch中,将label变成one hot编码的两种方式

Devaxpress: range selection control rangecontrol uses

4-24--4-28
![[transform] [NLP] first proposed transformer. The 2017 paper](/img/33/f639ab527d5adedfdc39f8d8117c3e.png)
[transform] [NLP] first proposed transformer. The 2017 paper "attention is all you need" by Google brain team

PS tips - draw green earth with a brush

QT program font becomes larger on computers with different resolutions, overflowing controls
随机推荐
There are links in the linked list. Can you walk three steps faster or slower
从书本《皮囊》摘录的几个句子
Qt development - scrolling digital selector commonly used in embedded system
el-switch 赋值后状态不变化
Fundamentals of PHP deserialization
Global and Chinese markets for flexible chips 2022-2028: Research Report on technology, participants, trends, market size and share
[opengl] bone animation blending effect
[opengl] advanced chapter of texture - principle of flowmap
Zzuli:1059 highest score
[transformer] Introduction - the original author of Harvard NLP presented the annotated transformer in the form of line by line implementation in early 2018
Mysql报错:[ERROR] mysqld: File ‘./mysql-bin.010228‘ not found (Errcode: 2 “No such file or directory“)
SQL server安装位置改不了
Global and Chinese market of marketing automation 2022-2028: Research Report on technology, participants, trends, market size and share
C language dup2 function
Yolov5 advanced nine target tracking example 1
Zero copy underlying analysis
C language DUP function
QT program font becomes larger on computers with different resolutions, overflowing controls
Troubleshooting method of CPU surge
2022/02/14