Search found 7 matches
- Mon Nov 26, 2007 8:28 pm
- Forum: Technical / Scripting
- Topic: [Bug report] Antivirus "Nod32"
- Replies: 3
- Views: 6660
- Mon Nov 26, 2007 12:06 am
- Forum: Technical / Scripting
- Topic: [Bug report] Antivirus "Nod32"
- Replies: 3
- Views: 6660
[Bug report] Antivirus "Nod32"
NOD32 Automatic file monitor a.k.a "AMON" causes MSched scripts too crash
after a short while.
http://www.eset.com/
Only scripts that executes file and folder operations are affected. Probably
delete operands and execution of other exe-files are what triggers it to crash.
Have no workaround
after a short while.
http://www.eset.com/
Only scripts that executes file and folder operations are affected. Probably
delete operands and execution of other exe-files are what triggers it to crash.
Have no workaround
- Fri Nov 23, 2007 10:54 pm
- Forum: Technical / Scripting
- Topic: [RegistryReadKey] Bug or limitation?
- Replies: 0
- Views: 3408
[RegistryReadKey] Bug or limitation?
Hi
Is there a way to read a REG_MULTI_SZ (Multi string) key in the registry?
Currently MSched can only read REG_SZ (regular string) and write these types
Would love to have a feature that can read multi string types as well!
Thanks for an awesome product!
Regards
Aji
Is there a way to read a REG_MULTI_SZ (Multi string) key in the registry?
Currently MSched can only read REG_SZ (regular string) and write these types
Would love to have a feature that can read multi string types as well!
Thanks for an awesome product!
Regards
Aji
- Thu Nov 15, 2007 12:43 pm
- Forum: General Discussion
- Topic: License question, peronal vs enterprise
- Replies: 2
- Views: 4999
- Wed Nov 14, 2007 11:38 pm
- Forum: General Discussion
- Topic: License question, peronal vs enterprise
- Replies: 2
- Views: 4999
License question, peronal vs enterprise
Hi I've decided to buy a Macro license. It's now between these two versions Macro Scheduler Pro Enterprise v9.2 # Run compiled script EXEs on any number of computers Macro Scheduler Pro Personal v9.2 # Compile scripts to EXEs Can both Enterprise and Personal run EXE compiled scripts on any number of...
- Tue Nov 13, 2007 12:02 pm
- Forum: Technical / Scripting
- Topic: Can "FTPcommand>" remove folders?
- Replies: 2
- Views: 4907
- Tue Nov 13, 2007 1:40 am
- Forum: Technical / Scripting
- Topic: Can "FTPcommand>" remove folders?
- Replies: 2
- Views: 4907
Can "FTPcommand>" remove folders?
Hi members and mjtnet I wounder if "FTPDelFile>" is the command too use if you want to delete a folder on a remote FTP server? Seems too me that FTPDelFile> can only remove files with exact path (no wildcard support) But that can be arranged with a FTPGetDirList> and loop though each files. But how ...