HP3000-L Archives

October 1995, Week 4

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:
"<Elbert E Silbaugh>" <[log in to unmask]>
Reply To:
Date:
Fri, 27 Oct 1995 09:27:43 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
Geoff Harper wonders >>
 
About the reasoning behind RENAME not being able to work across
volume sets ...
 
UDC/CMD below for $2000 solution:
---------------------------------
parm origfilename,newfilename
option nolist
setjcw cierror=OK
continue
rename !origfilename,!newfilename > tempy
if cierror=373 then
  setjcw cierror=OK
  continue
  copy !origfilename,!newfilename
  if cierror=OK then
    purge !origfilename
    echo RENAMEing of !origfilename to !newfilename successful
  endif
endif

ATOM RSS1 RSS2