PC Review


Reply
Thread Tools Rate Thread

CMD dos command slow:

 
 
=?Utf-8?B?WmlnZ2ll?=
Guest
Posts: n/a
 
      16th Apr 2006
"Subject pretty much explains it, I type in most any dos command "and where
it use to be very fast"........ it lags for 20-30 seconds but will alwas
work, it's just slow.

Any ideas??
--

 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      16th Apr 2006
You'll need to give us some details.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Ziggie" wrote:
| "Subject pretty much explains it, I type in most any dos command "and
where
| it use to be very fast"........ it lags for 20-30 seconds but will alwas
| work, it's just slow.
|
| Any ideas??
| --
|


 
Reply With Quote
 
=?Utf-8?B?WmlnZ2ll?=
Guest
Posts: n/a
 
      16th Apr 2006
W2k, dualie zeon 2giger, 1gig ram, lot of space on 3 HD's. Cleanup all the
time with all the popular spywares and AVG 7 upto dat.

EX: run my (once fast) ip dump,
ipconfig /flushdns
ipconfig /release
ipconfig /renew
exit

and it takes 30 sec or so to decide to run but the bat file doesn't matter,
it's alwas the same.

Any ideas??


"Dave Patrick" wrote:

> You'll need to give us some details.
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "Ziggie" wrote:
> | "Subject pretty much explains it, I type in most any dos command "and
> where
> | it use to be very fast"........ it lags for 20-30 seconds but will alwas
> | work, it's just slow.
> |
> | Any ideas??
> | --
> |
>
>
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      16th Apr 2006
Possibly a DNS issue.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Ziggie" wrote:
| W2k, dualie zeon 2giger, 1gig ram, lot of space on 3 HD's. Cleanup all the
| time with all the popular spywares and AVG 7 upto dat.
|
| EX: run my (once fast) ip dump,
| ipconfig /flushdns
| ipconfig /release
| ipconfig /renew
| exit
|
| and it takes 30 sec or so to decide to run but the bat file doesn't
matter,
| it's alwas the same.
|
| Any ideas??


 
Reply With Quote
 
=?Utf-8?B?WmlnZ2ll?=
Guest
Posts: n/a
 
      16th Apr 2006
Thx Dave for the quick responces but it doesn't matter what DOS command I
run, it has a long delay that shouldn't be.



"Dave Patrick" wrote:

> Possibly a DNS issue.
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "Ziggie" wrote:
> | W2k, dualie zeon 2giger, 1gig ram, lot of space on 3 HD's. Cleanup all the
> | time with all the popular spywares and AVG 7 upto dat.
> |
> | EX: run my (once fast) ip dump,
> | ipconfig /flushdns
> | ipconfig /release
> | ipconfig /renew
> | exit
> |
> | and it takes 30 sec or so to decide to run but the bat file doesn't
> matter,
> | it's alwas the same.
> |
> | Any ideas??
>
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      16th Apr 2006
Before blaming the Command Processor, you should do
some basic measurements, e.g. like so:

@echo off
echo Start of batch file
dir c:\
ipconfig /flushdns
ipconfig /release
ipconfig /renew

This will tell you immediately if the Command Processor
is slow or if you have a problem with ipconfig, as suggested
by Dave Patrick.

And by the way, DOS is an operating system. There is
no DOS under Windows, only a Command Prompt
(which you could call a DOS emulator but not DOS).


"Ziggie" <(E-Mail Removed)> wrote in message
news:98248CFC-4FBE-4086-BA52-(E-Mail Removed)...
> W2k, dualie zeon 2giger, 1gig ram, lot of space on 3 HD's. Cleanup all the
> time with all the popular spywares and AVG 7 upto dat.
>
> EX: run my (once fast) ip dump,
> ipconfig /flushdns
> ipconfig /release
> ipconfig /renew
> exit
>
> and it takes 30 sec or so to decide to run but the bat file doesn't

matter,
> it's alwas the same.
>
> Any ideas??
>
>
> "Dave Patrick" wrote:
>
> > You'll need to give us some details.
> >
> > --
> >
> > Regards,
> >
> > Dave Patrick ....Please no email replies - reply in newsgroup.
> > Microsoft Certified Professional
> > Microsoft MVP [Windows]
> > http://www.microsoft.com/protect
> >
> > "Ziggie" wrote:
> > | "Subject pretty much explains it, I type in most any dos command "and
> > where
> > | it use to be very fast"........ it lags for 20-30 seconds but will

alwas
> > | work, it's just slow.
> > |
> > | Any ideas??
> > | --
> > |
> >
> >
> >



 
Reply With Quote
 
Robert Roland
Guest
Posts: n/a
 
      16th Apr 2006
On Sat, 15 Apr 2006 17:38:01 -0700, Ziggie
<(E-Mail Removed)> wrote:

>I type in most any dos command "and where
>it use to be very fast"........ it lags for 20-30 seconds but will alwas
>work, it's just slow.


What does your PATH look like?

Maybe the PATH points to a location that is unavailable, so it must
timeout?

Is the problem the same if you CD to the same directory as the program
before you run the program.

--
RoRo
 
Reply With Quote
 
Stubby
Guest
Posts: n/a
 
      16th Apr 2006
Check your PATH variable in your environment. Maybe DOS is rumbling
down a long list of directories looking for the programs to run. Of
course, can short circuit this by putting all the programs in a single,
new directory and changing PATH to point to this alone.


Ziggie wrote:
> Thx Dave for the quick responces but it doesn't matter what DOS command I
> run, it has a long delay that shouldn't be.
>
>
>
> "Dave Patrick" wrote:
>
>> Possibly a DNS issue.
>>
>> --
>>
>> Regards,
>>
>> Dave Patrick ....Please no email replies - reply in newsgroup.
>> Microsoft Certified Professional
>> Microsoft MVP [Windows]
>> http://www.microsoft.com/protect
>>
>> "Ziggie" wrote:
>> | W2k, dualie zeon 2giger, 1gig ram, lot of space on 3 HD's. Cleanup all the
>> | time with all the popular spywares and AVG 7 upto dat.
>> |
>> | EX: run my (once fast) ip dump,
>> | ipconfig /flushdns
>> | ipconfig /release
>> | ipconfig /renew
>> | exit
>> |
>> | and it takes 30 sec or so to decide to run but the bat file doesn't
>> matter,
>> | it's alwas the same.
>> |
>> | Any ideas??
>>
>>
>>

 
Reply With Quote
 
Dan Seur
Guest
Posts: n/a
 
      16th Apr 2006
What OS?
How long ago was it pretty fast, and what changed in the meantime?
What does 'most any dos command' mean? All? Some?
Any other slowness in the system? Only the command prompt?
It takes a long time to start a program?
The started program runs slowly but used to run fast?
Did this change happen suddenly?
Around the time of some software change or hardware change?
Do any system logs like event viewer show anything?

Ziggie wrote:
> "Subject pretty much explains it, I type in most any dos command "and where
> it use to be very fast"........ it lags for 20-30 seconds but will alwas
> work, it's just slow.
>
> Any ideas??




---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0615-3, 04/14/2006
Tested on: 4/16/2006 11:44:44 AM
avast! - copyright (c) 1988-2004 ALWIL Software.
http://www.avast.com



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
find command sql slow mcnewsxp Microsoft Access Getting Started 2 9th Feb 2009 01:19 PM
HELP! Very slow file copy,snif shows TCP retransmit, slow ack,smb command rejected etc.etc. .:mmac:. Microsoft Windows 2000 Networking 0 4th Jun 2005 02:18 AM
Slow DIR command Mike Windows XP Networking 3 2nd Aug 2004 10:50 PM
Run Command is slow Razorback Windows XP Performance 0 12th Jan 2004 05:31 AM
slow command to printer Wayne Windows XP Print / Fax 1 18th Oct 2003 06:32 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:43 PM.