Hi all,
I am working with perl on NT 4.0
I have following problem: I need to run a perl script on user stations to do some clean-up of files.
I've got a trigger to start the script, but I would like to start perl in a hidden shell. I do not want to run this script within my batch file (user would have to wait until this process is finished), so I am thinking of starting a child process.
To prevent a user closing the windows shell (and thus breaking the script), I would like this to run in a hidden windows command box.
Is this possible?
AD AUGUSTA PER ANGUSTA
Thierry
I am working with perl on NT 4.0
I have following problem: I need to run a perl script on user stations to do some clean-up of files.
I've got a trigger to start the script, but I would like to start perl in a hidden shell. I do not want to run this script within my batch file (user would have to wait until this process is finished), so I am thinking of starting a child process.
To prevent a user closing the windows shell (and thus breaking the script), I would like this to run in a hidden windows command box.
Is this possible?
AD AUGUSTA PER ANGUSTA
Thierry