• 0

Powershell FileSystemWatcher stops running after script end


Question

I have a powershell script that instantiates a FileSystemWatcher to do some file manipulation.  Within the Powershell environment, I run it - it works fine.

 

If I run from "Right-click, run with Powershell" it runs once and then stops.  The FSW just doesn't persist.

 

Anyone know a way around this?  I'd like it to continue running (kinda like a daemon)?

 

Relevant code below:

 

Write-EventLog -LogName Application -Source “Converter” -EventId 0 -EntryType "Information" -Message "Script started"

$inputFolder = "c:\blahblahblah\files\in";
$inputFiletype = "txt";
$FileSystemWatcher = New-Object System.IO.FileSystemWatcher;
$FileSystemWatcher.Path = $inputFolder;
$FileSystemWatcher.Filter = "*.$inputFiletype"
$FileSystemWatcher.IncludeSubdirectories = $true
$FileSystemWatcher.EnableRaisingEvents = $true;

$EventSubscription = Register-ObjectEvent -InputObject $FileSystemWatcher -EventName Created -Action{
    $details = $event.SourceEventArgs
    $FullPath = $details.FullPath
	Write-EventLog -LogName Application -Source “Converter” -EventId 0 -EntryType "Information" -Message "File found: $FullPath"
	Start-Sleep -s 3

	.. Stuff that doesn't matter here ..

}

To reiterate, when run within the PowerShell ISE - it runs and carries on, the FSW remains active.

When run as a script, it doesn't

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Steve Jobs' wife wants to see Jony Ive-OpenAI's mysterious AI gadget succeed by Hamid Ganji This month, OpenAI, the company behind ChatGPT, made a significant stride by announcing a $6.5 billion acquisition of io. The startup belongs to former Apple design chief Jony Ive and OpenAI's current CEO, Sam Altman, and it's working on a mysterious AI gadget. Interestingly, another person who benefited from this deal and its future outcomes is Steve Jobs's wife, Laurene Powell Jobs. With a net worth of over $14 billion, Powell Jobs is the founder and president of Emerson Collective, an investment firm. After Ive left Apple in 2019 and founded his businesses, LoveFrom and io, Powell Jobs seized the opportunity to invest in both startups. The investment is said to exceed $1 billion. In an interview with The Financial Times, Jony Ive and Powell Jobs discussed their experience working with Steve Jobs as well as the dark side of technology. Ive said one of his incentives for collaborating with OpenAI and Sam Altman is that "humanity deserves better." In another interview in May, Jony Ive also hinted at the "unintended consequences" of his work at Apple that "were far from pleasant." "If you make something new, if you innovate, there will be consequences unforeseen, and some will be wonderful and some will be harmful," Ive added. "While some of the less positive consequences were unintentional, I still feel responsibility. And the manifestation of that is a determination to try and be useful." Laurene Powell Jobs also confirmed Jony Ive's comments, adding that "there are dark uses for certain types of technology," even if the tech wasn't initially designed with that kind of use in mind. Apple's former design chief also endorsed Powell Jobs's involvement in LoveFrom, saying the company could not exist without her help. Yet, the product Ive and OpenAI have in mind is still a mystery, but some people speculated that it might be a screenless AI phone. Meanwhile, some analysts believe the collaboration between Ive and OpenAI should raise the alarms for Apple.
    • Because some people prefer to pay for a service instead of attaining it dishonestly... You comment makes about as much sense as saying, "why would anyone pay for Netflix when torrents exist?"
    • Boy, I wonder how much time they'll save when Copilot ######s something up and they find out the error years if not decades later. It's not like UK had a massive ######up within their postal service decades ago that destroyed hundreds of lives of Brits because their computer systems were hallucinating s**t...
    • You clearly missed the sarcasm in that comment. It's pretty clear that the point of that comment was to point out the irony in the fact that nearly every negative thing people say about Windows 11, also applies to Windows 10. Heck, even the Win10 start menu was wildly unpopular when it came out.
    • Even biggest AMD fans and Intel haters will love this 14600K deal as you get free 240 AIO by Sayan Sen Last week, the Intel 14600K was on sale for $193, and you also got a free game with it. However, it looks like there is still some stock of these chips left, as the processor is selling for $199. Along with the free game, you also get a free 240 mm AIO liquid cooler (purchase link under the specs list below). The 14600K is based on Intel's 14th Gen Raptor Lake Refresh design. Since it is a K variant, it is unlocked for overclocking. However, do keep in mind that it is a fairly power-hungry processor, much more so than something like an equivalent Ryzen. But the chip is fairly powerful, and you can enjoy excellent gaming and productivity performance with it. Speaking of AMD Ryzen, the 14600K is about equivalent to the Zen 4-based 7600(X) in gaming and faster in productivity, thanks to the E-cores. Ensure your motherboard has decent VRM power delivery and cooling (ideally a Z790 chipset motherboard), plus you will need a good quality air cooler (and a complementary good case with excellent airflow) or a 240/280 mm AIO liquid cooler. Thus this is where the free MSI AIO cooler will come in handy. The technical specs of the 14600K are given below: Core Count: 14 (6 Performance Cores + 8 Efficiency Cores) Thread Count: 20 Base Clock Frequency: 3.5 GHz (P-core), 2.6 GHz (E-core) Boost Clock Frequency: Up to 5.3 GHz Cache: 24 MB Cache Stock Memory Support: DDR4 (3200 MT/s) and DDR5 (5600 MT/s) Socket: LGA 1700 TDP: 125 W Integrated Graphics: Intel UHD Graphics 770 PCIe Support: PCIe Gen 5 (16 lanes) and Gen 4 (4 lanes) Process Technology: Intel 7 (10 nm) Maximum Temperature: 100° C Get the Intel Core i5-14600K at the link below (make sure to select the checkbox for the free AIO and the free game): Intel Core i5-14600K BX8071514600K + MSI MAG Coreliquid A13 240mm Liquid Cooler 240mm + Free Intel Spring Bundle (Civilization VII & Dying Light: The Beast): $199.99 (Sold and Shipped by Newegg US first-party seller) This Amazon deal is US-specific and not available in other regions unless specified. If you don't like it or want to look at more options, check out the Amazon US deals page here. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • First Post
      ClarkB earned a badge
      First Post
    • Week One Done
      Epaminombas earned a badge
      Week One Done
    • Week One Done
      Prestige Podiatry Care earned a badge
      Week One Done
    • Week One Done
      rollconults earned a badge
      Week One Done
    • Week One Done
      lilred1938 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      143
    2. 2
      Xenon
      130
    3. 3
      ATLien_0
      124
    4. 4
      +Edouard
      102
    5. 5
      snowy owl
      97
  • Tell a friend

    Love Neowin? Tell a friend!