Marcus, thanks for sharing that code.
Regards,
Matthias
Search found 52 matches
- Mon Nov 28, 2016 6:52 pm
- Forum: Technical / Scripting
- Topic: How to schedule to run on last day of month?
- Replies: 4
- Views: 6116
- Tue Nov 22, 2016 2:32 pm
- Forum: Technical / Scripting
- Topic: How to schedule to run on last day of month?
- Replies: 4
- Views: 6116
How to schedule to run on last day of month?
Hi,
i need to run a script on the last day of a month. Is this possible?
Or do i have to run the script every day, check what day it is and if its not the last day of the month then quit and If its the last day process the whole script?
Or is there a better way?
Regards,
Matthias
i need to run a script on the last day of a month. Is this possible?
Or do i have to run the script every day, check what day it is and if its not the last day of the month then quit and If its the last day process the whole script?
Or is there a better way?
Regards,
Matthias
- Sat Feb 13, 2010 1:25 am
- Forum: General Discussion
- Topic: msched.exe memory keeps growing
- Replies: 9
- Views: 10780
- Thu Jun 18, 2009 4:32 pm
- Forum: Technical / Scripting
- Topic: how to determine if real console or rdp console
- Replies: 5
- Views: 7975
Hi Bob, it should be tString2 in the last IF command, although tString2 is actually not needed, as QWINSTA produces an output, where several spaces are between sessionname and username. I use it anyway. Maybe there are other versions of QWINSTA, which do not have that additional spaces. Regards, Mat...
- Thu Jun 18, 2009 9:36 am
- Forum: Technical / Scripting
- Topic: how to determine if real console or rdp console
- Replies: 5
- Views: 7975
Hi, thanks to all who replied. After playing around a little bit, i decided to use QWINSTA.exe for that. My script now detects, if the scheduled script is exceuted under console or RDP console. So i can avoid, that a script is executed the same time under console and rdp console. Here under Windows ...
- Wed Jun 17, 2009 8:59 am
- Forum: Technical / Scripting
- Topic: how to determine if real console or rdp console
- Replies: 5
- Views: 7975
how to determine if real console or rdp console
Hi, is there a way to find out if the Administrator is logged on directly to the console of the server or via rdp to a console session. Tried Marcus´ script to determine if console session or remote session. But that always reports console. Maybe this depends on that the admin connects to a console...
- Wed Jun 10, 2009 9:47 am
- Forum: Technical / Scripting
- Topic: ftpgetdirlist allways shows the complete folder content
- Replies: 10
- Views: 8106
ftpgetdirlist allways shows the complete folder content
Hi, here with MS Pro 11.1.11 the ftpgetdirlist allways shows the complete directory listing, although i defined a file spec. The following code should list all php-files FTPGetDirList>xxxx,user,passwort,21,c:/test.txt,/,*.php,d but the listing contains the complete folder content. Am i doing somethi...
- Wed Jul 02, 2008 8:51 am
- Forum: Technical / Scripting
- Topic: last used path when creating exe ?
- Replies: 3
- Views: 4192
- Tue Jul 01, 2008 10:25 pm
- Forum: Enhancement Suggestions
- Topic: Compiler: using the last used output-path as default
- Replies: 6
- Views: 11905
Compiler: using the last used output-path as default
Creating an exe from the main menu of MacroScheduler should use the
the last output path as default, like the advanced editor does.
Regards,
Matthias Rebbe
the last output path as default, like the advanced editor does.
Regards,
Matthias Rebbe
- Tue Jul 01, 2008 9:53 pm
- Forum: Technical / Scripting
- Topic: last used path when creating exe ?
- Replies: 3
- Views: 4192
last used path when creating exe ?
Hi, i´m running MacroScheduler under Vista. It seems, that creating an exe from the advanced editor uses the last selected path as output path. Creating the exe from the main menu of MacroScheduler always uses the C:\Users\username\Documents\Macro Scheduler. Is this a Vista thing or does this happe...
- Tue Jul 01, 2008 9:48 pm
- Forum: Technical / Scripting
- Topic: How does MacroScheduler handel an empty SMTP_CCLIST
- Replies: 2
- Views: 3859
- Tue Jul 01, 2008 8:41 am
- Forum: Technical / Scripting
- Topic: How does MacroScheduler handel an empty SMTP_CCLIST
- Replies: 2
- Views: 3859
How does MacroScheduler handel an empty SMTP_CCLIST
Hi,
how does MacroScheduler handles an empty SMTP_CCLIST or SMTP_BCCLIST? Is it just ignored by SMTPSendMail?
If not, is there a way to "delete" an variable, so that it does not exist anymore in the script?
Regards,
Matthias
how does MacroScheduler handles an empty SMTP_CCLIST or SMTP_BCCLIST? Is it just ignored by SMTPSendMail?
If not, is there a way to "delete" an variable, so that it does not exist anymore in the script?
Regards,
Matthias
- Sun Jun 15, 2008 7:22 pm
- Forum: Technical / Scripting
- Topic: FTP_Result shows success, although ftpgetfile did not work
- Replies: 9
- Views: 9102
Hi, tried I instead of i already. Also tried to use \ instead of /. No success I had to do a screen record to see, what the status window shows. But i am not sure, that i got all recorded, as the status windows just opens for 1 or 2 seconds and within this time there a plenty of messages shown. Here...
- Sun Jun 15, 2008 2:16 pm
- Forum: Technical / Scripting
- Topic: FTP_Result shows success, although ftpgetfile did not work
- Replies: 9
- Views: 9102
Hi, in the meantime i tried this behaviour with another FTP-Server. Trying to download a non existing file from that FTP-Server shows the correct FTP-Result. So i tried both FTP-Servers again but now with the windows FTP to see the communication. "Not-Working" FTP-Server (Pure-FTP) ftp> get Remoteda...
- Sat Jun 14, 2008 10:57 pm
- Forum: Technical / Scripting
- Topic: FTP_Result shows success, although ftpgetfile did not work
- Replies: 9
- Views: 9102
Hi, after running into this problem, i tested with 2 simple lines. I replaced server,userid and password for security reason. ftpgetfile>ftpserver,userid,password,21,C:\local.xls,/remote.xls,i messagemodal>%ftp_result% If remote.xls does not exist on the ftp-server ftp_result contains success under ...