You're getting an error message that your AUX Hist File is full and that uses IJSYS02. So probably increasing IJSYS02 would solve the problem. Billy ---- Andy Engels <aengels@imrf.org> wrote: Hi all....... We're trying to backup a sublib with MSHP. We did two others from the same physical library and they ran fine. They're smaller sublibs with fewer fixes applied but that's
Ось вам і друга частина днб релізів за літо. В основному нейро-техноід-хард Aeph - 2008 - Leave Me Alone, The Verge (DATAMOD010) 6/10 Audio - 2008 - To The Edge Of Reason [TECHFREAKLP003] потужний альбом, очікував гіршого, думав навіть не качать) 9/10 Break - 2008 - Subversion EP [SUICIDE041] класичний для брейка стиль, сподобавсь найбільш перший трек 8/10 Bulletproof - 2008 - Dark Times
>То Tom Lavedas I don't see how creating a child environment space fixes a problem with the file system processing. It is a proven fact that the wild card search can create a new name, say in renaming of OldnameX.doc to File001.doc, which can be 'reprocessed' by the still running FOR loop and become a name conversion from File001.doc to File001075.doc, say. And then to File001075099
On Aug 20, 11:00 am, 001.dmi...@gmail.com wrote: because the new names can get 'reprocessed' by the FOR loop. Just set %%count%% to "0" and `setlocal` for case of repeat of batch in one session. @echo off setlocal set count=0 for %%%%i in (*.doc) do set /a count+=1 && call:ren "%%%%i" goto:eof :ren set num=00%%count%% ren %%1 "file%%num~-3%%.doc" I don't
On Jun 24, 9:46 am, Peter van Hooft <p...@xs4all.nl> wrote: On 2008-06-24, StephaneLeFou <stephanele...@gmail.com> wrote: Hi, From a shell script, I'd like to extract the filenames (file001...file004) provided by a flat file that looks like: /disk2/incoming/file001;ABC;0000000010 /disk2/incoming/file002;ABC;0000000033 /disk2/incoming/file003;ABC;0000000002