HP3000-L Archives

March 2004, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Stan Sieler <[log in to unmask]>
Reply To:
Stan Sieler <[log in to unmask]>
Date:
Tue, 2 Mar 2004 14:46:51 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
Re:

> Is there a simple way of Permanently attaching plain vanilla files to the XM
> transaction manager ?

Depends upon your definition of "simple" :)

   fid := fopen (...

   if fid > 0 then
      begin
      fsetmode (fid, 1);

      if <> then
         ...failed to attach file to Serial
            Write Queue (aka "XM" when on MPE/iX)

Note: once attached, the file stays attached until it is
purged.  I.e., there's no non-priv way of detaching such a
file from the XM.

Our free XMONOFF program will detach a non-HFS file from XM.
http://www.allegro.com/software/hp3000/allegro.html#XMONOFF

Hmmm...XMONOFF will also attach a file for you, so you can
do it without programming :)

--
Stan Sieler
[log in to unmask]
www.allegro.com/sieler/wanted/index.html

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2