I'm trying to import an .aspx page to sharepoint with powershell scripts, I've tried a few ways and some work, however I don't understand why when I r ...
I'm trying to import an .aspx page to sharepoint with powershell scripts, I've tried a few ways and some work, however I don't understand why when I r ...
i am new to scripting and i wanted to create a script that presses 1 then 2 then 3 while LCTRL and RMB is pressed. Can anyone help me with this please ...
enter image description here`My code converts text to xml via python, but there is a bug in my program. Not able to debug it. It only reads the 1st ro ...
Good evening I am trying to insert data from one table to another in my script and it comes up with database not found - have I done something wrong? ...
I'm trying to create an if and else statement within PowerShell that exits my code if the $value variable has a 0 or 1. The below is my code which is ...
I am using this below script and i am getting this error -p: command not found Code: Please let me know what is the error in the script. ...
I am trying to perform several simulations in a sequence using a for loop in a script. From simulation to simulation, the only variable to change is t ...
I have 4 python script files. script_1.py script_2.py script_3.py script_4.py script_1.py, script_2.py and script_3.py calls script_4.py ...
So, I was trying to make that it scans everything in user's body and if it's called humanoidRootPart, it will save the the position. Instead of it i g ...
I'm trying to execute a for loop in bash script where I have the requirement to pass two variables. I'm currently using the below for loop without suc ...
I have already written a code to extract content from a csv file and add each chunk of text on each layer of illustrator. At the moment I could add co ...
From the below extract of data I am trying to view out only the items in bold, is there a way to do this? The specific section of the file of this is ...
I was making a script that creates a particle inside the player but i got the error "Unable to assign property Speed. NumberRange expected, got number ...
A feature will be launched which will create logs as the run proceeds. So, I have to write a script which will keep on checking a directory during run ...
Automate the compilation of auto-generated C files with regular C files We have developed a program "cperformer" that is able to generate a C file fr ...
I don't know if my question is ambiguous or not but, I noticed that in Scripts folder inside the python installation folder there are executable files ...
Our workflow is very manual at the moment. Jira for tickets, Bitbucket for repos. Many repos. Way too many repos. Using Sourcetree, showing the deve ...
We have all of our Autopilot deployed devices in 1 OU and the techs have to move them to their own site's OU I have written a GUI to do this. they ent ...
The timestamp is returning a timestamp with a strange format: The problem is that I want to upload the information to powerBi and it gives me an er ...
Hi so I need help on how I can get specific data from multiple XML files and put it in variable or into one list. The sample XML is below. My ques ...