mIRC Homepage
Posted By: SkyD OPEN FILE - 31/07/05 10:39 AM
What is the code to open a .txt file in directory - txt!!
Posted By: Armada Re: OPEN FILE - 31/07/05 02:21 PM
You just want to open the file? run txt\file.txt
Posted By: SkyD Re: OPEN FILE - 31/07/05 08:24 PM
No.. I want to open the dialog, then choose the way to the directory and after that choose the file.. !!
Posted By: CtrlAltDel Re: OPEN FILE - 31/07/05 09:37 PM
/run notepad ???
Posted By: Karas Re: OPEN FILE - 31/07/05 09:45 PM
//echo -a $sfile(C:/,Select a .txt File,Open)

:I
Posted By: SkyD Re: OPEN FILE - 01/08/05 07:44 AM
karas tnx!
Posted By: SkyD Re: OPEN FILE - 01/08/05 08:17 AM
and how can i select only txt files ??
Posted By: DaveC Re: OPEN FILE - 01/08/05 09:43 AM
//echo -a $sfile(C:/*.txt,Select a .txt File,Open)
Posted By: Kelder Re: OPEN FILE - 01/08/05 09:44 AM
$sfile(C:\*.txt,Select a .txt File,Open)
© mIRC Discussion Forums