windows-scripting
Need information on windows scripting and supporting scripting in my C# application
I\'m trying wrap my head around all of the different scripting technologies for Windows (what are they, and which are the most common) and ultimately to figure out what type of scripting to add to my[详细]
2023-01-11 06:06 分类:问答Remove all redundant files in a directory
I have directoryA that gets populated as a replic开发者_运维知识库a of directoryB, and some files are changed or added. I want to automate the process of deleting all files from directoryA that have r[详细]
2023-01-06 22:41 分类:问答Windows scripting to parse a HL7 file
I have a HUGE file with a lot of HL7 segments. It must be split into 1000 (or so ) smaller files. Since it has HL7 data, there is a pattern (logic) to go by. Each data chunk starts with \"MSH|\" and e[详细]
2023-01-04 18:08 分类:问答Where does scripting fit in today
I was wondering what place scripting has in today\'s world of IDEs a开发者_如何学编程nd GUIs.[详细]
2023-01-03 19:46 分类:问答Concatenate a variable with a string
I wrote a small bat file: @echo off rem runs the {arg[0].exe} - using its fully qualified name %~f1 IF %errorlevel% NEQ 0[详细]
2023-01-01 09:32 分类:问答Is there a way to get access to a window handle in windows using WSH, or WMI or similar?
Is there a way to get access to a window handle in windows using WSH, or WMI or similar? I just want to flag a window as always-on-top. Ideally I\'d use windows script host for this.[详细]
2022-12-12 21:28 分类:问答