python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Azure self hosted windows agent, What is the {tool files} in Use Python Version configuration?
UPDATE:
Now that I tried the solution from the answers to try
python -m ensurepip
python -m pip install --upgrade pip
pip install tox poetry
I realize that the self-hosted windows agent apparently di...

Ramanathan Varadharajan
Votes: 0
Answers: 2
Script to sequentially move 5,000 files at a time?
I created 1 million files that I'm trying to upload to a device. However, file explorer crashes if I select too many at once. I'm trying to break them up and move them into subfolders in batches of 50...
stefmf
Votes: 0
Answers: 0
How to delete old profiles with script
So I am trying to adapt this code I got from another post for the needs of my current organization. Please see below code:
$Admin = "Administrator","Public","Default",&qu...
Dspikes
Votes: 0
Answers: 1
Import-csv, column name has multiple lines - how do I access data
I have an excel file I convert to csv, and use this to import the data. For some reason, I can't get the data for the sdk column, maybe because it has a line break in the name.
This is what the csv l...

Michele
Votes: 0
Answers: 0