I’m trying to make a batch file to pull data out of a file and set it as a variable. The tricky part is I need to read a XML file, and I only need the data between the quotes of ...
Computing.net: Question & Answers Forum Latest Questions
1 2 3 4 5 2 3 6 8 10 3 6 9 12 15 4 8 12 16 20
hello guys, can n e one tell me how to throw an error msg from a bat file. e.g if not %var1% equ %var2% throw myErrorMsg thanks in advance roy
Hello, I have a CSV that I need to delete a line just below the Header (the second row of the csv) using a bat file. However, I have no idea how to do this. Does anyone have an idea how this ...
So I am trying to make a log in system for my batch files. I have it to where it creates the text document and puts the info in it, I just don’t know how do make it so if ...
Does anyone know how to delete a header row from a .CSV file using a batch file? Please let me know, any help would be appreciated.
Hi all, I have a notepad file with a list of folder names. what i need is a batch file that will read from the text file and cut the folders (with subfolders and files) and paste it to a ...
Im having issues with plink. the line of code is plink -ssh -l root -pw pass 1.1.1.1 -m cmd.txt that line of code in a batch should start plink and log in and open the command file and run the commands. well all i ...
I am looking to try and improve a batch file I wrote a while back. In the batch file I run a command if the command runs fine I exit out of the batch file if not I wait and ...
I know you have to make a grid and set x and y to something, but I don’t know how to do it. I want to make a game that has an object bouncing off of the walls and a ...