X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Mike C" Newsgroups: comp.os.msdos.djgpp References: <41E81320 DOT 609028BD AT yahoo DOT com> <01c4faea$Blat.v2.2.2$57538880 AT zahav DOT net DOT il> <1j8iu0pablngce0n9qubka379nurk84hf7 AT 4ax DOT com> <01c4fb10$Blat.v2.2.2$a573e160 AT zahav DOT net DOT il> Subject: Re: intdos question Lines: 33 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Message-ID: <8xrGd.393$cr3.149@newsfe4-gui.ntli.net> Date: Sun, 16 Jan 2005 10:41:08 GMT NNTP-Posting-Host: 62.253.115.224 X-Complaints-To: http://www.ntlworld.com/netreport X-Trace: newsfe4-gui.ntli.net 1105872068 62.253.115.224 (Sun, 16 Jan 2005 10:41:08 GMT) NNTP-Posting-Date: Sun, 16 Jan 2005 10:41:08 GMT Organization: ntl Cablemodem News Service To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Brian Inglis" wrote in message news:h3dku051tn20t66jq51nu6bmig33s9mr37 AT 4ax DOT com... > On Sat, 15 Jan 2005 16:42:55 +0200 in comp.os.msdos.djgpp, "Eli Zaretskii" wrote: > > >> From: Brian Inglis > >> Date: Sat, 15 Jan 2005 14:10:35 GMT > >> > >> Go into Explorer/View/Options/File Types/New file type or pick file > >> type/Edit/Actions/open/Edit/Application/program.exe "%L"/OK/OK/OK > >> The "%L" argument passes a quoted long filename to program.exe. > > > >Thanks for the tip, but this only works for a specific program.exe, > >not for the entire system, right? > > Double/right clicking on a specific filetype only. > The parser that I wrote is for use at work, where everybody uses (currently!) Windoze 2000. I tried the procedure outlined by Brian Inglis above, but there is no Options selection under View. I can choose Tools/Folder Options, and there is a "File Types" tab there, but if I click "New", it wants to associate a file type with an execution program. The files parsed by my program are always of type ".log", but the association I like for these is Notepad. (I look at other log files also - the ubiquitous file extension! - so this system won't work for me. I have got as far as compiling Brian's suggestion, but I haven't tested it yet. The fact that it compiles is encouraging, though! MikeC.