Re: How to Tweek The DOS Prompt

2002-07-03 Thread Nigel Peck

You can create a shortcut to command.com (win9x) or cmd.exe (winNT,
Win2k, WinXP) and put the directory you want in the start-in bit of the
shortcut properties.

 Yasen Petrov [EMAIL PROTECTED] 07/03/02 05:41am 
Hi there,

Anytime I run the DOS prompt it shows: C:\WINDOWS\Desltop. And I'll
have to
go all the way to C:\localhost\cgi-bin. Is there a way to make the
prompt
show straight my cgi-bin? Thanks.

--

Best wishes,
Yasen Petrov



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



ITM Business Solutions
Unit 4
Nine Trees Trading Estate
Morthen Road
Rotherham
S66 9JG

Reception
Tel: 01709 703288
Fax: 01709 701549

Help Desk
Tel:01709 530424
Fax: 01709 702159

CONFIDENTIALITY NOTICE: This message is intended only for the use of
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential and exempt from disclosure
under applicable law.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




How to Tweek The DOS Prompt

2002-07-02 Thread Yasen Petrov

Hi there,

Anytime I run the DOS prompt it shows: C:\WINDOWS\Desltop. And I'll have to
go all the way to C:\localhost\cgi-bin. Is there a way to make the prompt
show straight my cgi-bin? Thanks.

--

Best wishes,
Yasen Petrov



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: How to Tweek The DOS Prompt

2002-07-02 Thread Timothy Johnson


How are you starting your command prompt?  If you're starting it from a
shortcut, make a new one with the following command:

cmd /k c:\localhost\cgi-bin  (the /k executes the command and then stays in
the shell)

or if you're running it by typing command or cmd from the Run prompt, try
making a batch file with the same command.

-Original Message-
From: Yasen Petrov [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 02, 2002 9:41 PM
To: [EMAIL PROTECTED]
Subject: How to Tweek The DOS Prompt


Hi there,

Anytime I run the DOS prompt it shows: C:\WINDOWS\Desltop. And I'll have to
go all the way to C:\localhost\cgi-bin. Is there a way to make the prompt
show straight my cgi-bin? Thanks.

--

Best wishes,
Yasen Petrov



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]