mikeappleb Posted August 19, 2010 Report Share Posted August 19, 2010 ME Pro 4.1.6.1 My macro triggers if i create/save a file in notepad I wanted to test from the command line (cmd/powershell) echo foo>newfile.txt Nothing in me happens? try appending.. echo bar >>newfile.txt nada!?! try it another way in powershell get-date | Set-Content g:\websites\injectJSCode\time.stamp Nope My path to watch exists and the what to watch is 'file last write time changes'. It is set to watch subdirs but that did not affect the test(failed if off too) Quote Link to comment Share on other sites More sharing options...
Cory Posted August 20, 2010 Report Share Posted August 20, 2010 What happens if you try something similar from a regular command prompt? I'm wondering if PS access files in a different way and the system messages from PS are invisible. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.