![]() |
![]() |
|
|||||||
| Register | Forum Rules | Getting Started! - Guide | Blog | Videos | Gallery | Members List | Social Groups | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jun 2009
Age: 24
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
![]() OS:
|
hello,
sir i need a batch file that have auto "yes" fugshion.. i have a bath file to format my usb flash drive.. :::the code is ::: @echo off for %%i in (h: ) do format/q %%i /FS:FAT32 /x> but the problem is that is always ask me "are u sure " Y/N" sir i need a code to auto yes this.. i just click the batch file and my flash driver format automatically.. thankss i shall be very thankfull.. |
|
|
|
|
|
#2 |
|
ƒ(ψ)=ΘΊΧφ
![]() |
Re: how to make auto yes batch file..
Code:
@echo off for %%i in (h: ) do echo Y|format /q %%i /FS:FAT32 |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jun 2009
Age: 24
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
![]() OS:
|
thankssssssssss brother... thanksssssssss. its working..
![]() |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Home - Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |