I need a little help with this I recently asked a different question on this same script Now I have my scripted working for me and found a new issue Here is
Trying to open a app using .bat file so that other users don't have to use a terminal to open the app. The bat file has the contents as below set root=C:\User
I have written a powershell script which creates a powershell script or a batch script depending on the remote host on which this script should be started remot
I am mostly new to this kind of stuff and running into a problem I don't know how to solve. Basically, it's looking at test.txt and using the list of computer n
I am writing a batch script that will loop through each line of a text file, (each line containing a filename) check if the file exists and then runs the file a
I'm new to coding but I simply want to change directory and run jupyter. The problem is cmd instantly closes once it reaches the jupyter notebook command. Trie
Been encountering this error "System error 64 - the specified network name is no longer available" in one of my windows batch script while trying to NET USE \se
This question is very similar to Halt batch file until service stop is complete? but I would like to stop a website instead. I currently have appcmd stop sites
I am trying to open MS access have a delay of about 5 seconds then close the application. With the .bat file below I have the program opening but I can not get
So I am just playing with batch files and was curious if it was possible to create a batch file that opens the google browser and without typing into the search
I'm requesting admin with the following in a batch script: : BatchGotAdmin REM --> Check for permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.e
I am trying to access a text file using batch when a user enters a certain command. I have tried doing start E:\Programming\Important\Folder\Textfile Cls And
PLEASE SEE BELOW THE ORIGINAL QUESTION FOR SOME TEST COMPARISONS OF DIFFERENT WAYS: So I tried 2 ways so far: 1.Iterate through directory using the code from
I started a batch script that activates Robocopy to copy some really big folder from some source to a destination. When I run the script I can see the cmd wi
I have a batch script in Windows7 to update the hosts file that fails. I am logged as a user with administrative rights. Even if I run the script with the "Run
I need to create WinRAR SFX archive that should work with admin permissions on Windows 7. I can make it with WinRAR GUI but I need to make it with WinRAR comman
Instead of showing C:\Users\test_user\Documents\Folder\etc show \etc or if possible limit it to a certain number \Document\Folder\etc
This is sort of a follow-up to my question earlier (link). To test things out I made this simple batch file to ensure the Task Scheduler was properly executing
I have a batch file that runs several python scripts that do table modifications. I want to have users comment out the 1-2 python scripts that they don't wan
I have a folder composed of files : "1.txt" "2.txt" I need to compress them in a zip thanks to 7-zip via a batch file. Everything is working well with this sc