OK, i'm just starting out in QB and i'm trying to have a user input a drive letter of a USB pen drive and then format it using FAT or FAT32. This is how i am going about it:
Dim driveletter as string
input driveletter
shell "format " + driveletter + ": /FS:FAT32"
when i use that nothing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.