______________________________________________
You can see and edit files from DOS with EDIT
by typing something like this:
edit myfile.txt
and press ENTER (where myfile.txt is the actual
filename). If the file isn't in your path, you can use
the full path, such as:
edit c:\myfolder\myfile.txt
and press ENTER.
OR... you can change to the directory where the
file is by typing:
cd\myfolder
and press ENTER and then use the top example.
If "myfolder" is on a different drive (such as E),
type the drive letter with a colon first:
e:
and press ENTER. Then do the "cd\myfolder" etc.
NOTE: If there's any spaces in the filename or path,
enclose it in quotes like this:
edit "c:\program files\my personal file.txt"
Sorry - I don't know how to make an invisible
INI file, but it's prolly done in the registry...
Cheers, Mac