Hello
I would like if there is a new file in a directory or subdirectory that File copied and the folders are created at the destination if they do not exist.
My actual Code is:
$Quellverzeichnis = "\\Server1\xxx\yyy\zzz"
$Zielverzeichnis = "\\Server2\aaa\bbb\ccc"
$FileSystemWatcher =...
Hello
I have a php script that is executed a shell Script after a click.
That works fine.
is it possible that another shell script is executed after a waiting period?
<?php
if ($_GET['run']) {
$script = "sudo /home/pi/midori-restart.sh";
$run=`$script`;
}
?>
<style...
Hello
I have this powershell that checked the directories for me.
Everything works fine.
Of course I get 3 emails through the forech.
My question:
is it possible to only receive one email with the content of the console?
Or an email with an overview of which files are different on the...
Hello
i have postet here https://www.tek-tips.com/viewthread.cfm?qid=1808428 an question and there mikrom posted a powershell solution to me.
So I'm moving this to here.
I would like to check several files, ideally from several PCs, for changes and then receive a notification.
after some...
Hello
I would like to check several files whether they have been changed.
I have already found a VBS code via google, it also works perfectly with a single file.
But unfortunately I don't know how to use it to check multiple files.
I wanted to try this in batch, but unfortunately without...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.