| Title: | *OLD* ALL-IN-1 (tm) Support Conference |
| Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
| Moderator: | IOSG::PYE |
| Created: | Thu Jan 30 1992 |
| Last Modified: | Tue Jan 23 1996 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 4343 |
| Total number of notes: | 18308 |
Customer is looking for a way to have RSF convert the DAF's on
an alternate disk; and then copy the file to the original
device. Does anyone have a way to do this?
Jean
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 2142.1 | Use CM to edit SMREORG.COM and... | SIOG::T_REDMOND | Thoughts of an Idle Mind | Fri Jan 22 1993 14:53 | 18 |
I should imagine that a quick edit of SMREORG.COM (see section below)
to amend the definition of the temp_file variable would do the trick.
As this procedure is used for other files (than the SDAFs) it might be
best to build in some conditional code which is invoked only when an
SDAF is being converted.
$! Convert file to a .TMP file in case of errors ...
$!
$ temp_file = F$Parse( ".TMP_''fac'", file_nam)
$ size_before == 0'size_before' + f$file_attributes(
File_Nam,"EOF")
$ set message /text/facility/ident/sever
$ wo "Converting ""''file_nam'"" using FDL file ""''fdl_nam'"""
$ convert/nosort/fdl='fdl_nam' 'file_nam' 'temp_file'
Enjoy!
Tony
| |||||