Search found 7 matches
- Mon Nov 01, 2004 10:28 pm
- Forum: Technical / Scripting
- Topic: Version 7.2.034 download
- Replies: 0
- Views: 4093
Version 7.2.034 download
How can I dowload the version 7.2.034 of macro scheduler? I need it for testing a piece of code. Thank you
- Tue Oct 19, 2004 4:41 pm
- Forum: General Discussion
- Topic: Scheduling macros to run
- Replies: 1
- Views: 4893
Scheduling macros to run
The macro that I have needs to move files from one directory to another then it runs a program that imports files into it. The process takes different time depending on how many files were present at the time. If I schedule the macro to run and to repeat every 5 minutes for some reason if it misses ...
- Mon Oct 18, 2004 4:01 pm
- Forum: General Discussion
- Topic: Microsoft hotfixes /patches causing problems in Macro Schedu
- Replies: 0
- Views: 4647
Microsoft hotfixes /patches causing problems in Macro Schedu
Ever since we pushed out the latest microsoft patches I have been experiencing problems with the performance of Macro Scheduler. Does anybody know of any known issues regading this. I have versions ranging from 6.2.3 to 7.2.034 that are affected. Any help will be greatly appreciated. Thanks
- Mon Oct 18, 2004 2:56 pm
- Forum: General Discussion
- Topic: mschedule.exe takes up all CPU
- Replies: 9
- Views: 13625
- Sat Oct 09, 2004 1:40 am
- Forum: General Discussion
- Topic: mschedule.exe takes up all CPU
- Replies: 9
- Views: 13625
Yes I have but it still fails
It looks like after it has nothing to move or process it starts looking for more files to move or process and if there is nothing in the directories ms keeps looking and it locks up and quits after a while. I then have to start ms again.
- Thu Oct 07, 2004 12:37 am
- Forum: General Discussion
- Topic: mschedule.exe takes up all CPU
- Replies: 9
- Views: 13625
HEre is the script
Label>Begin 'Begins process by first checking for a log file. Shows information, last update, version etc. IfFileExists>%Path_Log_File%,MoveLog Goto>StartLog Label>MoveLog 'If Log Files are found it copies logs to ARCH directory and 'deletes source log. MoveFile>%Path_Log_File%,%Path_Log_File_Arch% ...
- Tue Oct 05, 2004 7:34 pm
- Forum: General Discussion
- Topic: mschedule.exe takes up all CPU
- Replies: 9
- Views: 13625
mschedule.exe takes up all CPU
I have a few scripts that run on a daily basis 24/7. There is one that I am having problems with. This script chews up all the CPU and after a few minutes the program quits (MS). Any help will be greatly appreciated.