Windows 10: Write a batch script to read list of db names to connect
Discus and support Write a batch script to read list of db names to connect in Windows 10 Installation and Upgrade to solve the problem; Hi, I hope someone can help me. I am new to batch scripting. I want to read a file that has database names and connect to each of them to get status.... Discussion in 'Windows 10 Installation and Upgrade' started by TK100P, Oct 20, 2018.
Thema:
Write a batch script to read list of db names to connect
Loading...
-
Write a batch script to read list of db names to connect - Similar Threads - Write batch script
-
Batch file needed for USB write and read only.
in Windows 10 GamingBatch file needed for USB write and read only.: I have a requirement for a office purpose. I want to give a usb pendrive write protected and read only permission, for any system I connect, the data shoudnt get deleted anytime in the pendrive. So I know through dispart from cmd we can do this but can anyone help me to... -
Batch file needed for USB write and read only.
in Windows 10 Software and AppsBatch file needed for USB write and read only.: I have a requirement for a office purpose. I want to give a usb pendrive write protected and read only permission, for any system I connect, the data shoudnt get deleted anytime in the pendrive. So I know through dispart from cmd we can do this but can anyone help me to... -
Batch Script Adding a Period . to File Name
in Windows 10 GamingBatch Script Adding a Period . to File Name: Hi, I am testing a script to find the last file within a folder.It can locate the correct file, but the resulting variable includes a period . within the file name.Here's the script:REM Copy the recent Friday evening's Diff Backup onto the drive G: My Passport device.@echo... -
Batch Script Adding a Period . to File Name
in Windows 10 Software and AppsBatch Script Adding a Period . to File Name: Hi, I am testing a script to find the last file within a folder.It can locate the correct file, but the resulting variable includes a period . within the file name.Here's the script:REM Copy the recent Friday evening's Diff Backup onto the drive G: My Passport device.@echo... -
Batch scripting
in Windows 10 Software and AppsBatch scripting: Hi, here's the code that I used for 3 DISM commands to start automatically after pressing a key:Code and result:Code:@echo off echo You are going to use DISM. echo 1. To check the image. echo 2. Scan your PC's health echo 3. Restore your PC'S health. echo To continue, press... -
Batch scripting
in Windows 10 GamingBatch scripting: Hi, here's the code that I used for 3 DISM commands to start automatically after pressing a key:Code and result:Code:@echo off echo You are going to use DISM. echo 1. To check the image. echo 2. Scan your PC's health echo 3. Restore your PC'S health. echo To continue, press... -
Batch scripting
in Windows 10 Network and SharingBatch scripting: Hi, here's the code that I used for 3 DISM commands to start automatically after pressing a key:@echo off echo You are going to use DISM. echo 1. To check the image. echo 2. Scan your PC's health echo 3. Restore your PC'S health. echo To continue, press any key. echo Before... -
Netfix Batch Script- Fix internet connection
in Windows 10 Network and SharingNetfix Batch Script- Fix internet connection: Somebody please try my batch script Netfix and leave feedback so I can improve it. thank you! My goal is to make a troubleshooter to help the built in "Windows Network Diagnostics" fix internet connection problems. How can you help? 1. Download/copy the code on notepad... -
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...