python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Custom Format for wmic output in BATCH (CMD)
How to put a custom format for wmic output in batch ?
before everything to start, i wan't to say that i'm not english and that my text will be bad lmao
Hello, i'm a batch beginner and i would like to...
Dazd-PKZ
Votes: 0
Answers: 3
Append values of for loop to dataframe
The below code works and prints value, but I need the value to be appended to data frame with column 'NAME' and 'SystemName' on loop.
def name():
for i in conn.Win32_LogicalDisk():
if i.NAME is ...
user_v27
Votes: 0
Answers: 3
How to filter out wmic process when searching for a process with a specific command line using wmic?
I tried to find an application by the name myapp directly from command prompt and from a batch script by running the following command:
D:\Files>wmic process where "commandline like '%myapp%'&...
Jugal Mistry
Votes: 0
Answers: 2