Printable View
How can I make a blank .CFG file??
open an ascii editor and save it as something.cfg
Quick way: 'touch foo.cfg' this will create a blank, new file called foo.cfg Neat, eh? ~N~