Da: |
"Massimo S." <ecs-isp@2rosenthals.com> |
Intestazioni complete Messaggio non codificato |
Oggetto: |
Re: [eCS-ISP] help with rexx (LINEIN function) |
Data: |
Thu, 23 Jan 2020 22:25:54 +0100 |
A: |
eCS ISP Mailing List <ecs-isp@2rosenthals.com> |
|
---|
Il 23/01/2020 22:08, Frank Beythien ha scritto:
Am 23.01.20 um 21:20 schrieb Massimo S.:
Hi all,
myfile='X:\apache\logs\httpd.pid'
a=LINEIN(myfile)
'@go -k 'a
after this piece of code if i try to delete httpd.pid
some lines later
the same rexx answer that it's not possible since httpd.pid is in use by
another process
i can erase httpd.pid file only if i kill the rexx procedure
What about closing myfile?
rc= stream(myfile, 'c', 'close')
--
Frank Beythien PGPkey verfügbar zur Verschlüsselung
Fingerprint: 1F58 AF18 04B2 6E44 0B77 BD66 0402 A022 1220 F28C
oh right!
thanks a lot!
massimo
|