PC Review


Reply
Thread Tools Rate Thread

continuation character ?

 
 
Pierre Bru
Guest
Posts: n/a
 
      18th Oct 2006
hi,

is there a continuation character in CMD which would allow me to break a
command in multiple line for readability ?

TIA,
Pierre.
 
Reply With Quote
 
 
 
 
foxidrive
Guest
Posts: n/a
 
      18th Oct 2006
On Wed, 18 Oct 2006 10:13:35 +0200, Pierre Bru wrote:

> hi,
>
> is there a continuation character in CMD which would allow me to break a
> command in multiple line for readability ?
>
> TIA,
> Pierre.


It's the same as the escape character ^
 
Reply With Quote
 
Pierre Bru
Guest
Posts: n/a
 
      18th Oct 2006
foxidrive wrote:
> On Wed, 18 Oct 2006 10:13:35 +0200, Pierre Bru wrote:
>
>> hi,
>>
>> is there a continuation character in CMD which would allow me to break a
>> command in multiple line for readability ?
>>
>> TIA,
>> Pierre.

>
> It's the same as the escape character ^


thanks a lot
 
Reply With Quote
 
Timo Salmi
Guest
Posts: n/a
 
      20th Oct 2006
foxidrive <(E-Mail Removed)> wrote:
> On Wed, 18 Oct 2006 10:13:35 +0200, Pierre Bru wrote:
>> is there a continuation character in CMD which would allow me to break a
>> command in multiple line for readability ?


> It's the same as the escape character ^


Usually, yes. Unfortunately, it is not quite that simple. A couple of
true-life script extracts:

for /f "tokens=* delims=" %%r in ('
type stderr.tmp') do echo @set var_=%%r>tmp$$$.cmd

for /f "tokens=* delims=" %%r in ('type %1') do (
set return_=%%r)

All the best, Timo

--
Prof. Timo Salmi ftp & http://garbo.uwasa.fi/ archives 193.166.120.5
Department of Accounting and Business Finance ; University of Vaasa
private.php?do=newpm&u= <http://www.uwasa.fi/~ts/> ; FIN-65101, Finland
Useful script files and tricks ftp://garbo.uwasa.fi/pc/link/tscmd.zip
 
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
How to add a line-continuation character in MS Access VB TomP Microsoft Access VBA Modules 5 8th Jan 2008 02:04 PM
vb.net continuation =?Utf-8?B?V2VuZHkgRWxpemFiZXRo?= Microsoft VB .NET 3 31st May 2006 11:54 AM
Special Format character - like Programmers 'line continuation sym =?Utf-8?B?UGV0ZXJD?= Microsoft Word New Users 2 6th Aug 2005 05:26 AM
continuation skitek Microsoft Excel Misc 1 17th Sep 2004 01:27 PM
Continuation from 2 days ago ALbert K Microsoft Access 3 27th Apr 2004 11:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:33 PM.