Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
makes a paragraph with a box
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dr Red  
View profile  
 More options Jul 9 2012, 9:50 am
Newsgroups: alt.msdos.batch
From: Firedri...@webtv.net (Dr Red)
Date: Mon, 9 Jul 2012 09:50:22 -0400
Local: Mon, Jul 9 2012 9:50 am
Subject: makes a paragraph with a box
hi all

GOTO Billy

====================================
I am looking a tool that makes a paragraph of text put a box on out side
the words like a table , but not HTML

====================================
to add in my bat file

Billy .......................... Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bob  
View profile  
 More options Jul 9 2012, 11:49 am
Newsgroups: alt.msdos.batch
From: Bob <no_em...@unsound.unfit>
Date: Mon, 09 Jul 2012 11:49:32 -0400
Local: Mon, Jul 9 2012 11:49 am
Subject: Re: makes a paragraph with a box
Dr Red typed the following on 7/9/2012 9:50 AM:
> hi all

> GOTO Billy

> ====================================
> I am looking a tool that makes a paragraph of text put a box on out side
> the words like a table , but not HTML

> ====================================
> to add in my bat file

> Billy .......................... Thanks

Greetings Dr Red,

If I understand your question correctly then maybe something like the
below will get you started. This is coded by typing as I do not know of
any "tool" that will do this.

Also, I pick up these line from Timo Salmi's FAQ which is posted here on
this news group every Monday. Have a look, great information there.

Note: All lines are indented 2 (two) spaces. Beware the word wrap devil!
I used XP3 for this.

   ::Start stuff
   @echo off

   echo
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ¿
   echo ³hi all
            ³
   echo ³
            ³
   echo ³GOTO Billy
            ³
   echo ³
            ³
   echo ³ ====================================
            ³
   echo ³ I am looking a tool that makes a paragraph of text put a box
on out side ³
   echo ³ the words like a table , but not HTML
            ³
   echo ³
            ³
   echo ³====================================
            ³
   echo ³ to add in my bat file
            ³
   echo ³
            ³
   echo ³Billy .......................... Thanks
            ³
   echo
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Ù
   echo Press the Space Bar.
   pause>nul
   ::End Stuff


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bob  
View profile  
 More options Jul 9 2012, 12:06 pm
Newsgroups: alt.msdos.batch
From: Bob <no_em...@unsound.unfit>
Date: Mon, 09 Jul 2012 12:06:48 -0400
Local: Mon, Jul 9 2012 12:06 pm
Subject: Re: makes a paragraph with a box
Bob typed the following on 7/9/2012 11:49 AM:

I just copied and pasted my post into a batch file from the news group
for testing and it looks terrible. Dr Red you may need to edit that
script with additional spaces.

Later.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Timo Salmi  
View profile  
 More options Jul 9 2012, 12:24 pm
Newsgroups: alt.msdos.batch
From: Timo Salmi <t...@uwasa.fi>
Date: Mon, 09 Jul 2012 19:24:26 +0300
Local: Mon, Jul 9 2012 12:24 pm
Subject: Re: makes a paragraph with a box
On 09.07.2012 16:50 Dr Red wrote:

> ====================================
> I am looking a tool that makes a paragraph of text put a box on out side
> the words like a table , but not HTML
> ====================================

That is best done with a good text editor that can draw in ASCII. Like
e.g. the Semware Editor.

    All the best, Timo

--
Prof. (emer.) Timo Salmi, Vaasa, Finland
http://www.netikka.net/tsneti/homepage.php
Useful CMD script tricks http://www.netikka.net/tsneti/info/tscmd.php


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Lavedas  
View profile  
 More options Jul 9 2012, 1:06 pm
Newsgroups: alt.msdos.batch
From: Tom Lavedas <tglba...@verizon.net>
Date: Mon, 9 Jul 2012 10:06:20 -0700 (PDT)
Local: Mon, Jul 9 2012 1:06 pm
Subject: Re: makes a paragraph with a box
On Jul 9, 12:24 pm, Timo Salmi <t...@uwasa.fi> wrote:

> On 09.07.2012 16:50 Dr Red wrote:

> > ====================================
> > I am looking a tool that makes a paragraph of text put a box on out side
> > the words like a table , but not HTML
> > ====================================

> That is best done with a good text editor that can draw in ASCII. Like
> e.g. the Semware Editor.

>     All the best, Timo

> --
> Prof. (emer.) Timo Salmi, Vaasa, Finlandhttp://www.netikka.net/tsneti/homepage.php
> Useful CMD script trickshttp://www.netikka.net/tsneti/info/tscmd.php

Or VBScript, as in ...

Const cHor = "Ä", cVert = "³", _
      cULCorner = "Ú", cURCorner = "¿", _
      cLLCorner = "À", cLRCorner = "Ù"
set con =
CreateObject("Scripting.FileSystemObject").opentextfile("con:", 2)
for each arg in wsh.arguments
  s = s & arg & "|"
next
for each line in split(Replace(s & "/", "|/", ""), "|")
  if len(line) > l then l = len(line)
next
con.writeline vbnewline & cULCorner & string(l+2, cHor) & cURCorner
for each line in a
  con.writeline cVert & " " & line & space(l - len(line) + 1) & cVert
next
con.writeline cLLCorner & string(l+2, cHor) & cLRCorner

The text to be displayed is provided as command line arguments, which
can use vertical bars (|) to deliniate lines withing quoted
arguments.  Or separate arguments with spaces.  For example, ...

t:\>cscript boxdraw.vbs "This is a paragraph" "with a longer last
line."

or

t:\>cscript boxdraw.vbs "|This is a paragraph|with a longer last
line.|"

The second example puts a black line before and after the paragraph.

This could be converted to a hybrid VBS/batch by ECHOing the script
text into a temproary file and running that script, but I leave that
exercise to the student ;-).
_______________________________________
Tom Lavedas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Harry Vaderchi  
View profile  
 More options Jul 9 2012, 4:32 pm
Newsgroups: alt.msdos.batch
From: "Harry Vaderchi" <ad...@127.0.0.1>
Date: Mon, 09 Jul 2012 21:32:14 +0100
Local: Mon, Jul 9 2012 4:32 pm
Subject: Re: makes a paragraph with a box

Simply use msgbox (small download)
or net send %username% "message"

if using NT or greater.

--
[dash dash space newline 4line sig]

Albi CNU


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
foxidrive  
View profile  
 More options Jul 9 2012, 4:54 pm
Newsgroups: alt.msdos.batch
From: foxidrive <foxidr...@gotcha.woohoo.invalid>
Date: Tue, 10 Jul 2012 06:54:48 +1000
Local: Mon, Jul 9 2012 4:54 pm
Subject: Re: makes a paragraph with a box
On Tuesday 10/07/2012 06:32, Harry Vaderchi wrote:

> Simply use msgbox (small download)
> or net send %username% "message"

> if using NT or greater.

JFTR: net send is not available in my Win 7 machine.

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

c:\>net send /?
The syntax of this command is:

NET
    [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
      HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE | START |
      STATISTICS | STOP | TIME | USE | USER | VIEW ]

--
Mic


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Lavedas  
View profile  
 More options Jul 9 2012, 4:59 pm
Newsgroups: alt.msdos.batch
From: Tom Lavedas <tglba...@verizon.net>
Date: Mon, 9 Jul 2012 13:59:23 -0700 (PDT)
Local: Mon, Jul 9 2012 4:59 pm
Subject: Re: makes a paragraph with a box
On Jul 9, 4:54 pm, foxidrive <foxidr...@gotcha.woohoo.invalid> wrote:

It was replaced with msg.exe, which posts to a GUI, instead.
______________________________
Tom Lavedas

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
foxidrive  
View profile  
 More options Jul 9 2012, 5:06 pm
Newsgroups: alt.msdos.batch
From: foxidrive <foxidr...@gotcha.woohoo.invalid>
Date: Tue, 10 Jul 2012 07:06:45 +1000
Local: Mon, Jul 9 2012 5:06 pm
Subject: Re: makes a paragraph with a box
On Tuesday 10/07/2012 06:59, Tom Lavedas wrote:

Thanks Tom.

--
Mic


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Harry Vaderchi  
View profile  
 More options Jul 10 2012, 5:08 am
Newsgroups: alt.msdos.batch
From: "Harry Vaderchi" <ad...@127.0.0.1>
Date: Tue, 10 Jul 2012 10:08:31 +0100
Local: Tues, Jul 10 2012 5:08 am
Subject: Re: makes a paragraph with a box
On Mon, 09 Jul 2012 21:54:48 +0100, foxidrive  

[XP Pro]

C:\WINDOWS>net /?
The syntax of this command is:

NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
       HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
       SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]

NAME PRINT SEND dropped.

--
[dash dash space newline 4line sig]

Albi CNU


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Harry Vaderchi  
View profile  
 More options Jul 10 2012, 5:12 am
Newsgroups: alt.msdos.batch
From: "Harry Vaderchi" <ad...@127.0.0.1>
Date: Tue, 10 Jul 2012 10:12:47 +0100
Local: Tues, Jul 10 2012 5:12 am
Subject: Re: makes a paragraph with a box
On Mon, 09 Jul 2012 21:59:23 +0100, Tom Lavedas <tglba...@verizon.net>  
wrote:

Well "msg" seems to be here in XP; it seems to be the same as "net send"  
at first glance

--
[dash dash space newline 4line sig]

Albi CNU


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
foxidrive  
View profile  
 More options Jul 10 2012, 5:51 am
Newsgroups: alt.msdos.batch
From: foxidrive <foxidr...@gotcha.woohoo.invalid>
Date: Tue, 10 Jul 2012 19:51:43 +1000
Local: Tues, Jul 10 2012 5:51 am
Subject: Re: makes a paragraph with a box
On Tuesday 10/07/2012 02:24, Timo Salmi wrote:

> On 09.07.2012 16:50 Dr Red wrote:
>> ====================================
>> I am looking a tool that makes a paragraph of text put a box on out side
>> the words like a table , but not HTML
>> ====================================

> That is best done with a good text editor that can draw in ASCII. Like
> e.g. the Semware Editor.

+1

The Semware editor is good for that.  I have the earlier 16 bit MSDOS version called Qedit which is still handy for such things.

--
Mic


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dr Red  
View profile  
 More options Jul 21 2012, 9:05 pm
Newsgroups: alt.msdos.batch
From: Firedri...@webtv.net (Dr Red)
Date: Sat, 21 Jul 2012 21:05:55 -0400
Local: Sat, Jul 21 2012 9:05 pm
Subject: Re: makes a paragraph with a box
so can i do it in notepad
then?

 GOTO

thanks  U all


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »