Hi all,
Is there a way on the command line when opening a file with the msdev editor
to jump to a given line
i.e. simulate the edit goto option from the cmd line
Thanks
Robert Fernando
Anite Telecoms Ltd
110 Fleet Road
Fleet
Hampshire GU13 8PD
United Kingdom
Tel: +44 (0) 1252 775200
Fax: +44 (0) 1252 775 321
Email: xxxxx@anitetelecoms.com
Anite Telecoms Limited Registered in England No. 1721900 Registered
Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
United Kingdom
write add-in application please. you can do a lot operation
with Develop Studio. I think there are two demo in the
Developing Studio. wish it is helpful.
Best Regards.
Jansen Zhu.
----- Original Message -----
From: Fernando, Robert
To: NT Developers Interest List
Sent: Wednesday, December 13, 2000 12:22 AM
Subject: [ntdev] jump to line in a file
> Hi all,
>
> Is there a way on the command line when opening a file with the msdev
editor
> to jump to a given line
> i.e. simulate the edit goto option from the cmd line
>
> Thanks
>
> Robert Fernando
> Anite Telecoms Ltd
> 110 Fleet Road
> Fleet
> Hampshire GU13 8PD
> United Kingdom
> Tel: +44 (0) 1252 775200
> Fax: +44 (0) 1252 775 321
> Email: xxxxx@anitetelecoms.com
>
>
> Anite Telecoms Limited Registered in England No. 1721900 Registered
> Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
> United Kingdom
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@citiz.net
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
What command line?
Anyway, after the file is open, hit CTRL-G, then type the line number
into the dialog and hit enter.
Dave Cox
Hewlett-Packard Co.
NSSO/SANS/SMSO (Santa Barbara)
https://ecardfile.com/id/Dave+Cox
----- Original Message -----
From: Fernando, Robert
> To: NT Developers Interest List
> Sent: Wednesday, December 13, 2000 12:22 AM
> Subject: [ntdev] jump to line in a file
>
>
> Hi all,
>
> Is there a way on the command line when opening a file with the msdev
editor
> to jump to a given line
> i.e. simulate the edit goto option from the cmd line
>
> Thanks
>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Besides which, if the file was open when MSDEV was closed, it reopens with
the cursor at it’s last know position.
Gary
-----Original Message-----
From: COX,DAVID (HP-Roseville,ex1) [mailto:david_cox2@hp.com]
Sent: Tuesday, December 12, 2000 9:30 PM
To: NT Developers Interest List
Subject: [ntdev] Re: jump to line in a file
What command line?
Anyway, after the file is open, hit CTRL-G, then type the line number
into the dialog and hit enter.
Dave Cox
Hewlett-Packard Co.
NSSO/SANS/SMSO (Santa Barbara)
https://ecardfile.com/id/Dave+Cox
----- Original Message -----
From: Fernando, Robert
> To: NT Developers Interest List
> Sent: Wednesday, December 13, 2000 12:22 AM
> Subject: [ntdev] jump to line in a file
>
>
> Hi all,
>
> Is there a way on the command line when opening a file with the msdev
editor
> to jump to a given line
> i.e. simulate the edit goto option from the cmd line
>
> Thanks
>
—
You are currently subscribed to ntdev as: xxxxx@delphieng.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
This command line:
C:\PROGRA~1\MICROS~2\Common\MSDev98\Bin>msdev -?
Usage:
MSDEV [myprj.dsp|mywksp.dsw] - load project/workspace
[] - load source file
/? - display usage information
/EX - execute a VBScript macro
/OUT - redirect command line output to a file
/USEENV - ignore tools.options.directories settings
/MAKE [] […] - build specified target(s)
[ - ]
[[|ALL] - [DEBUG|RELEASE|ALL]]
/CLEAN - delete intermediate files but don’t build
/REBUILD - clean and build
/NORECURSE - don’t build dependent projects
Perhaps Robert could accomplish what he wants by writing a VBScript macro
and using the /EX parameter?
–cla
> -----Original Message-----
> From: COX,DAVID (HP-Roseville,ex1) [mailto:david_cox2@hp.com]
> Sent: Tuesday, December 12, 2000 9:30 PM
> To: NT Developers Interest List
> Subject: [ntdev] Re: jump to line in a file
>
>
> What command line?
>
> Anyway, after the file is open, hit CTRL-G, then type the line number
> into the dialog and hit enter.
>
> --------------------------------------------------------------
> ---------
> Dave Cox
> Hewlett-Packard Co.
> NSSO/SANS/SMSO (Santa Barbara)
> https://ecardfile.com/id/Dave+Cox
>
>
> > ----- Original Message -----
> > From: Fernando, Robert
> > To: NT Developers Interest List
> > Sent: Wednesday, December 13, 2000 12:22 AM
> > Subject: [ntdev] jump to line in a file
> >
> >
> > Hi all,
> >
> > Is there a way on the command line when opening a file with
> the msdev
> editor
> > to jump to a given line
> > i.e. simulate the edit goto option from the cmd line
> >
> > Thanks
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> Besides which, if the file was open when MSDEV was closed, it reopens with
the cursor at it’s last know position.
Gary
The same is true on project workspace close/reopen in the same MSDEV
session.
The cursor positions are saved to .DSW file.
Max
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com