mIRC Home    About    Download    Register    News    Help

Print Thread
#126490 31/07/05 10:39 AM
Joined: Feb 2005
Posts: 74
S
SkyD Offline OP
Babel fish
OP Offline
Babel fish
S
Joined: Feb 2005
Posts: 74
What is the code to open a .txt file in directory - txt!!


[color:red]m[color:blue]IRC[color:green] for EvEr

#126491 31/07/05 02:21 PM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
You just want to open the file? run txt\file.txt

#126492 31/07/05 08:24 PM
Joined: Feb 2005
Posts: 74
S
SkyD Offline OP
Babel fish
OP Offline
Babel fish
S
Joined: Feb 2005
Posts: 74
No.. I want to open the dialog, then choose the way to the directory and after that choose the file.. !!


[color:red]m[color:blue]IRC[color:green] for EvEr

#126493 31/07/05 09:37 PM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
/run notepad ???

#126494 31/07/05 09:45 PM
Joined: Jul 2005
Posts: 40
K
Ameglian cow
Offline
Ameglian cow
K
Joined: Jul 2005
Posts: 40
//echo -a $sfile(C:/,Select a .txt File,Open)

:I


j0k3r @ k4s.ch
#126495 01/08/05 07:44 AM
Joined: Feb 2005
Posts: 74
S
SkyD Offline OP
Babel fish
OP Offline
Babel fish
S
Joined: Feb 2005
Posts: 74
karas tnx!


[color:red]m[color:blue]IRC[color:green] for EvEr

#126496 01/08/05 08:17 AM
Joined: Feb 2005
Posts: 74
S
SkyD Offline OP
Babel fish
OP Offline
Babel fish
S
Joined: Feb 2005
Posts: 74
and how can i select only txt files ??


[color:red]m[color:blue]IRC[color:green] for EvEr

#126497 01/08/05 09:43 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
//echo -a $sfile(C:/*.txt,Select a .txt File,Open)

#126498 01/08/05 09:44 AM
Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
$sfile(C:\*.txt,Select a .txt File,Open)


Link Copied to Clipboard