mIRC Home    About    Download    Register    News    Help

Print Thread
#55282 16/10/03 03:16 PM
Joined: Oct 2003
Posts: 3
T
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Oct 2003
Posts: 3
they should make mirc ini files readonly (able) again.... so that we could keep our settings as they were.... but ive noticed from version 6.01 and up... if you change the ini's file attributes to readonly... after you opened mIRC... the ini's ain't
readonly....

we should be able to make ini's file attribuite (readonly).... thats the point...

and also the mirc icon, they should add a 32bit color icon. to make it look good.

how about colored nicks? LOL

anyways.... the readonly ini's is all i want back! =( frown


#55283 16/10/03 09:47 PM
Joined: Apr 2003
Posts: 35
R
Ameglian cow
Offline
Ameglian cow
R
Joined: Apr 2003
Posts: 35
The author of mIRC must have had his reasons to make such a change.
Anyway, if you are using NTFS, you can change the permissions of the file and make it read-only.


Who will trade his karma for my kingdom?
#55284 16/10/03 10:53 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
alias readonly {
write temp.bat ATRRIB +R $1-
run temp.bat
.remove temp.bat
}
/readonly <path>


new username: tidy_trax
#55285 16/10/03 11:16 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
alias readonly { /run -n cmd /c attrib +r $shortfn($1-) }


-KingTomato
#55286 16/10/03 11:59 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
/c is for doing commands from the /run?
e.g: /run cmd.exe /c shutdown -s
(nobody type this ;\)


new username: tidy_trax
#55287 17/10/03 12:51 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
/c is the switch to "run command following call". try /run cmd /c net send 127.0.0.1 Test


-KingTomato
#55288 17/10/03 06:01 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Yep, as KT said
/C Carries out the command specified and terminates
/K Carries out the command specified but remains open

These are not only for /run in mIRC, they are internal to the command interpreter Try "/run cmd.exe /k cmd /?".

#55289 19/10/03 08:54 AM
Joined: Oct 2003
Posts: 3
T
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Oct 2003
Posts: 3
but i disable /run command in mIRC option. is there any other way to make inis readonly when mIRC.exe is executed? the reason i diabled /rnu comand is for security purposes.. im using mIRC in our cafe... pls reply.. tnx for your help.. =)

#55290 19/10/03 08:56 AM
Joined: Oct 2003
Posts: 3
T
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Oct 2003
Posts: 3
but i disable /run command in mIRC option. is there any other way to make inis readonly when mIRC.exe is executed? the reason i diabled /rnu comand is for security purposes.. im using mIRC in our cafe... pls reply.. tnx for your help.. =)


Link Copied to Clipboard