Windows 10: Need help with batch file
Discus and support Need help with batch file in Windows 10 Support to solve the problem; No serious Batch file or scripting experience, so bear with me. We use a site for our business that has to run on IE and has to have the cache cleared... Discussion in 'Windows 10 Support' started by mike6623, Jan 18, 2017.
Thema:
Need help with batch file
Loading...
-
Need help with batch file - Similar Threads - Need help batch
-
Need help with batch file
in Windows 10 SupportNeed help with batch file: Hi all, I need a batch file to do the following: If this is the first time the batch is run: Do command one If this is the second, third or fourth time the batch is run: Do command two If this is the fifth time the batch is run: Do command three Start all over again as if the... -
Need help to create a batch file
in Windows 10 SupportNeed help to create a batch file: Hi Folks, I need to create a batch file that automatically takes permissions & delete the following file & folders File:- C:\Windows\System32\SecurityHealthSystray.exe Folders:-... -
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... -
CMD Batch file help
in Windows 10 SupportCMD Batch file help: Hello, i am running into a issue i am trying to resolve but im getting nowhere and hopefully someone could help me. I'm simply trying to point a copy to parent or "grand"parent directory/folder. I tried ".." but it seems to come back the same message Code: The system cannot... -
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... -
Need some help making a short batch file
in Windows 10 Software and AppsNeed some help making a short batch file: Hi I need help with a rather short batchfile. I need Two actually each with subtle differences.. Batch file A 1-Check the date of the file on a USB pen in folder B is newer than the same file on the PC if it is then replace the file 2-run a .exe program ( I hope the batch... -
Help needed writing batch script!
in Windows 10 SupportHelp needed writing batch script!: Firstly thank you for even clicking on this thread as I understand that this probably isn't meant to be here. The scenario is that I'm trying to write a script that incorporates the result of a ping to an IP and then based on the result do different things. Here is an... -
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...