Re: Run image from sumitted batch procedure



Stephen Hoffman wrote:
... I see an LWW-REVERT tool available on the
Freeware and elsewhere, is that the tool that you are using?

Yes, the REVERT.EXE was compiled using the LWW-REVERT package on the
freeware CD.

Me? I'd definitely look at replacing REVERT with the following DCL...

$ RENAME file.typ;* RENAME.TMP;
$ RENAME RENAME.TMP;* file.typ;

I believe that you're DCL method is better for my application and is
certainly more portable. Using DCL rather than revert.exe will, I
believe, ensure that incremental backups work correctly.

So, for this particular application I am convinced that I do not need
to use revert.exe. I'm still a bit confused about "why" this happens
in the batch queue the way that it does, but haven't taken the time yet
to look closely at the revert.c code. My original uneasiness came more
from not understanding the cause of the behavior than the specific need
to rename files. I wanted to be sure that my assumption of images
executing in-line during batch job execution was correct (i.e., that
VMS wasn't spawning sub-processes). I now feel more comfortable about
how it works and have learned quite a bit to boot (i.e., how to analyze
image execution).

Thanks to all for the help.

.



Relevant Pages

  • Re: App start order
    ... Rename the shortcuts. ... WIN.INI [Windows] Load ... predict the exact order of execution for individual startups. ...
    (microsoft.public.windowsxp.customize)
  • Re: Thank you.....and goodbye
    ... You have an e-mail client that becomes a command interpreter that will load ... the attachment file into memory and start its execution? ... With Windows, the extension determines the ... It has an HTML-Modify plug-in which has an option to rename ...
    (microsoft.public.outlook)
  • Re: renaming files
    ... I haven't really tried perl, ... Last time i did a rename app for win32 i used freepascal, ... have a look for 'freeware' 'rename' 'files' ...
    (comp.programming)
  • Re: Rename Files Script
    ... folder based on their input. ... Do you only want to rename one file with each execution: ...
    (microsoft.public.scripting.vbscript)
  • Re: [SLE] Changing runlevel priorities
    ... The only way I know how to change the order of execution is by hand ... tweeking it. ... I would go to the /etc/init.d/rc5.d and rename the link say ... >I no longer have the original message, but I believe the OP wanted ...
    (SuSE)