1.

Solve : USB Safely Remove Problem?

Answer»

Im using USB safley remove software right now and i want to remove it automatically using batchfile with this command usr stop -d (DRIVE letter)

@ECHO OFF
ECHO sample
dir \
dir "C:\Program Files\USB SAFELY Remove\"
CALL "C:\Program Files\USB Safely Remove\usr.exe"

pause
CLS
EXIT


what's my next step inorder to EXECUTE usr stop -d (drive letter)

THANKSIF it was drive D you wanted to remove you'd do this I think

Code: [Select]CALL "C:\Program Files\USB Safely Remove\usr.exe" -d D



Discussion

No Comment Found