Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Communication Log : Can we still write to one?

1 view
Skip to first unread message

emo...@my-dejanews.com

unread,
Apr 20, 1999, 3:00:00 AM4/20/99
to
Hi,

I'm new to procomm script writing.
We're converting some DOS procomm scripts to Procomm v4.7 (Windows).
Some old commands have been scrapped, like "Log open" and "log close".

The connection log of the new procomm doesn't offer any important details
like what file was uploaded or downloaded.

The online help is void of any information on how to do this with the
new version.

Does anyone out there know how to accomplish this?

Your help would be much appreciated!!!


Dominique
Royal Bank of Canada
(416) 348-5924

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own

John Schultz

unread,
Apr 21, 1999, 3:00:00 AM4/21/99
to
In article <7fil0c$a6c$1...@nnrp1.dejanews.com>,

emo...@my-dejanews.com wrote:
> I'm new to procomm script writing.
> We're converting some DOS procomm scripts to Procomm v4.7 (Windows).
> Some old commands have been scrapped, like "Log open" and "log close".
>
> The connection log of the new procomm doesn't offer any important details
> like what file was uploaded or downloaded.

I pulled out my trusty DOS ASPECT manual and it looks like the LOG command in
that version of Procomm is somewhat similar to the CAPTURE command in the
Windows versions of Procomm. Take a look at that command and see if it does
what you are looking for.

zh...@fisci.com

unread,
Apr 21, 1999, 3:00:00 AM4/21/99
to
Hi Dominique,

you happened to be our customer. Just at the following section into the script
issue.was :

; ***** capture file - it replace the old "log open" command *****
string cap_file="rbc.cap"
set capture file cap_file
capture on
...
do the transfer etc....
...
;*** put the following at the end, before HANGUP command
capture off

good luck

Benjamin F. Zhou
Financial Sciences Corp.
zh...@fisci.com

In article <7fil0c$a6c$1...@nnrp1.dejanews.com>,
emo...@my-dejanews.com wrote:

> Hi,


>
> I'm new to procomm script writing.
> We're converting some DOS procomm scripts to Procomm v4.7 (Windows).
> Some old commands have been scrapped, like "Log open" and "log close".
>
> The connection log of the new procomm doesn't offer any important details
> like what file was uploaded or downloaded.
>

> The online help is void of any information on how to do this with the
> new version.
>
> Does anyone out there know how to accomplish this?
>
> Your help would be much appreciated!!!
>
> Dominique
> Royal Bank of Canada
> (416) 348-5924
>

0 new messages