I want to start using batch files to simplify routine parts of my job ie: convert usb keys to NTFS.
The dos commands are easy enough what i need to know is how do i accept an input through dos.
Code example
ECHO Enter Drive Letter?
Get x // I know this wrong
convert x /fs:ntfs
any help would be greatly appreciated
Also if anyone has a good ebook on scripting can thy recomend (preferably free)
cheers
The dos commands are easy enough what i need to know is how do i accept an input through dos.
Code example
ECHO Enter Drive Letter?
Get x // I know this wrong
convert x /fs:ntfs
any help would be greatly appreciated
Also if anyone has a good ebook on scripting can thy recomend (preferably free)
cheers