I am trying to make an alias to make a file hidden as one can do in windows by right clicking the file and selecting hide, but i have no experience with com and wondering if anyone could assist. I would like something like a command /hide <path to filename>
You should be able to just use /run -n cmd attrib filename using the correct switches for attrib to hide the file. It'll be something along those lines... cmd may need a switch of its own... I forget.
I noticed something really weird, mIRC cannot handle hidden files? for example /hsave would not save a hidden file, i get an error * /hsave: unable to open file
Can anyone confirm the same? and is there a work around?