RE: [U2] Copying _HOLD_ records to Windows folders

2004-09-16 Thread Bjorn Behr
We use UniVerse, not Unidata, and what we did was create a entry in the voc that uses dos commands to copy a file to the required directory. This might work? 01 ED MD TEST.COPY 5 lines long. : P

RE: [U2] Copying _HOLD_ records to Windows folders

2004-09-16 Thread Kevin King
Why can't you just setup a DIR-type file and write it to that file? That'll drop it in the Windows folder. You might need to remove any special characters in the name, like wildcard characters that Unidata doesn't care about (but Windows does!), but other than that it should be quite simple.

RE: [U2] Copying _HOLD_ records to Windows folders

2004-09-16 Thread Alfke, Colin
If you can setup a VOC entry (like the one for _HOLD_) then you *can* just write it to the folder. Otherwise just use the PCPERFORM command and copy it to the required windows folder. Please note though that you won't have the drive mappings setup on the server that you may be expecting. Of