Windows 10: Batch file help, please
Discus and support Batch file help, please in Windows 10 Gaming to solve the problem; Want to write a batch file that will start an executable program from it's data file location on another drive H:. Been a LONG time since I wrote a... Discussion in 'Windows 10 Gaming' started by Dale Webb, May 24, 2025 at 5:52 PM.
Thema:
Batch file help, please
Loading...
-
Batch file help, please - Similar Threads - Batch file help
-
Batch file help, please
in Windows 10 Software and AppsBatch file help, please: Want to write a batch file that will start an executable program from it's data file location on another drive H:. Been a LONG time since I wrote a batch tile. Could I get some help?@ECHO OFFCD H:\DATAFILEPATHC:\PROGRAM FILES x86\EXECUTABLEFILEPATH\EXECUTABLE FILE... -
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... -
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...