Search found 2 matches

by jeffshead
Jun 2nd, 2021, 2:40 am
Forum: USB Safely Remove forum
Topic: How to utlize usr commands in a bat file
Replies: 3
Views: 41651

Re: How to utlize usr commands in a bat file

Hi Igor, I am trying to set up a backup job. I have a USB drive plugged into a remote IP PDU. The drive stays powered off. When the backup job starts, it will run a script that turns the power on and mounts the USB drive. I need to make sure the drive is mounted and ready to use before writing to it...
by jeffshead
Jun 1st, 2021, 1:05 am
Forum: USB Safely Remove forum
Topic: How to utlize usr commands in a bat file
Replies: 3
Views: 41651

How to utlize usr commands in a bat file

First, I want to use USR CLI to determine if a particular drive is mounted and ready to use. I know I can use the following command to list the available drives: usr.exe list -s What is the code that I need to add to a batch file that will search the output that that command returns? Example of what...