-
Command Window - remembers last commands
Re:Command Window
I'm using Visual Foxpro 7.0 and don't want it listing all my past commands...
I looked in the 'options' but can't see were I turn this feature off - anyone
know?? Thanks.
-
Re: Command Window - remembers last commands
Dan,
You can simply Right-Click on the Command Window and choose Clear - this could be done as you leave
VFP OR just after youy start it.
Alternately, you can add the following line to your CONFIG.FPW:
COMMAND = ERASE (SYS(5)+CURDIR()+"_command.prg")
OR if you use the _STARTUP opiton, you can put the erase in that program / application.
Rick
"Dan" <dhope@americanMailers.com> wrote in message news:3e844e78$1@tnews.web.devx.com...
>
> Re:Command Window
>
> I'm using Visual Foxpro 7.0 and don't want it listing all my past commands...
> I looked in the 'options' but can't see were I turn this feature off - anyone
> know?? Thanks.
-
Re: Command Window - remembers last commands
You could just mark the _Commnd.prg file as ReadOnly. Mine is located in
C:\Documents and Settings\caberntson\Application Data\Microsoft\Visual
FoxPro 8
--
Craig Berntson
MCSD, Visual FoxPro MVP
www.craigberntson.com
Salt Lake City Fox User Group
www.slcfox.org
"Dan" <dhope@americanMailers.com> wrote in message
news:3e844e78$1@tnews.web.devx.com...
>
> Re:Command Window
>
> I'm using Visual Foxpro 7.0 and don't want it listing all my past
commands...
> I looked in the 'options' but can't see were I turn this feature off -
anyone
> know?? Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks