Windows 10: Can y'all help me out with a batch file?
Discus and support Can y'all help me out with a batch file? in Windows 10 Ask Insider to solve the problem; i'm trying to make a batch file that retrieves everything from a text file between two selectors. If I have a text file that says [ line 1 line 2... Discussion in 'Windows 10 Ask Insider' started by /u/CarterNotSteve, Jul 9, 2020.
Thema:
Can y'all help me out with a batch file?
Loading...
-
Can y'all help me out with a batch file? - Similar Threads - y'all help batch
-
Help with batch files for a newbie.
in Windows 10 Software and AppsHelp with batch files for a newbie.: Hello and Happy New Year!I have a few files open upon log in to my windows account by using the shell:startup folder. This has been working well but I feel like instead of having to update this folder every week file names change every week due to having the date in their... -
Help with a batch file
in Windows 10 Network and SharingHelp with a batch file: I got the batch file to delete Skype-Setup.exe in the specified folder, but then it keeps repeating. Apparently I am missing something in the command.I didn't see anything relevant in forfiles /?C:\WINDOWS\system32>forfiles /P "C:\Users\Robert Allen... -
Help with a batch file
in Windows 10 GamingHelp with a batch file: I got the batch file to delete Skype-Setup.exe in the specified folder, but then it keeps repeating. Apparently I am missing something in the command.I didn't see anything relevant in forfiles /?C:\WINDOWS\system32>forfiles /P "C:\Users\Robert Allen... -
Help with a batch file
in Windows 10 Software and AppsHelp with a batch file: I got the batch file to delete Skype-Setup.exe in the specified folder, but then it keeps repeating. Apparently I am missing something in the command.I didn't see anything relevant in forfiles /?C:\WINDOWS\system32>forfiles /P "C:\Users\Robert Allen... -
Batch File Help
in Windows 10 SupportBatch File Help: I'll be the first to say that I have never made a batch file. I've seen them and even ran them, but never made one. What I would like to do is at 9:00 P.M. copy files from one drive to another drive. And have this process repeat it's self daily. I know that I can put this... -
Can you help me run this PS1 from a batch
in Windows 10 Performance & MaintenanceCan you help me run this PS1 from a batch: Hello. I want to make this ps1 script execute from an batch file : It's named "enable-all-advanced-power-settings.ps1" Enable all advanced power settings in Windows. . GitHub Code: # List all possible power config GUIDs in Windows # Run: this-script.ps1 | Out-File... -
Batch File help!
in Windows 10 Ask InsiderBatch File help!: I'm trying to run a batch file that scans the network for a set IP range. When I run the commands individually through command prompt they work just fine. I've saved the txt file as both a .cmd, and .bat. I've also ran both as administrator, as well as navigating to the... -
Need batch file help
in Windows 10 SupportNeed batch file help: I want to create a script to start a game at E:\Grand Theft Auto V\PlayGTAV.exe and wait one minute and then open an existing batch file at E:\Grand Theft Auto V\GTAV Hardcore.bat What do I have to add to the following? start /b "" "E:\Grand Theft Auto V\PlayGTAV.exe" start... -
Batch File Help
in Windows 10 Software and AppsBatch File Help: I've never dabbled much in batch files, as I've usually been able to find pre-made ones to do what I wanted. We have an application that handles user data backups. It has three services, and at times, one or two of the three don't start automatically. If you stop and start...