Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sugram
  • Content: Threads
  • Order by date
  1. sugram

    Script to copy new Files and create Folder

    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 =...
  2. sugram

    how start a second shell script

    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...
  3. sugram

    Copmare Console Output send to an Email?!

    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...
  4. sugram

    check multiple files (Moved the Post from VBScriptto here)

    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...
  5. sugram

    check multiple files

    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...

Part and Inventory Search

Back
Top