Search found 43 matches

by kdtrog
Sat Sep 13, 2014 6:56 am
Forum: Technical / Scripting
Topic: MS Crashes after upgrade to 14.1.08
Replies: 4
Views: 3734

Re: MS Crashes after upgrade to 14.1.08

Good or bad? :roll: I was running the debug version for several days with no crash. Now I returned to the normal version on a meanwhile from Windows 7 to Windows 8.1 migrated workstation. No crash either on this one. I guess we should close the case and wait if it will occur again. Thanks for your s...
by kdtrog
Wed Sep 03, 2014 8:21 am
Forum: Technical / Scripting
Topic: MS Crashes after upgrade to 14.1.08
Replies: 4
Views: 3734

Re: MS Crashes after upgrade to 14.1.08

Email was sent.
by kdtrog
Tue Sep 02, 2014 7:12 am
Forum: Technical / Scripting
Topic: MS Crashes after upgrade to 14.1.08
Replies: 4
Views: 3734

MS Crashes after upgrade to 14.1.08

After Upgrading to 14.1.08 one of my daily scripts is crashing MS with the following error: Name der fehlerhaften Anwendung: msched.exe, Version: 1.0.0.0, Zeitstempel: 0x53ff2c88 Name des fehlerhaften Moduls: ntdll.dll, Version: 6.1.7601.22436, Zeitstempel: 0x521eaa80 Ausnahmecode: 0xc0000005 Fehler...
by kdtrog
Mon Jan 27, 2014 4:18 pm
Forum: Technical / Scripting
Topic: FTPGetDirList does not return Virtual Directories
Replies: 2
Views: 3213

:cry: Hm no ideas after 2 weeks?
by kdtrog
Fri Jan 10, 2014 11:52 am
Forum: Technical / Scripting
Topic: FTPGetDirList does not return Virtual Directories
Replies: 2
Views: 3213

FTPGetDirList does not return Virtual Directories

I am running a Script using FTPGetDir list with Type "D" against a Microsoft FTP Server. Windows Server 2008 R2 with IIS 7.5. The FTP Server has defined virtual Directories which I can see with any FTP Client under root, but FDPGetDirList shows only Files. If I specify the "invisible" DIR as Host_DI...
by kdtrog
Tue Apr 02, 2013 12:58 pm
Forum: General Discussion
Topic: Nesting if and ifnot
Replies: 1
Views: 5068

Nesting if and ifnot

I tried to code nested "if" and "ifnot" blocks. It seems that MS is confused by interpreting this.

Code: Select all

let>m=1

if>m=0
  ifnot>n=1
    let>o=done
  endif
  ifnot>p=1
    let>o=notdone
  endif
else
  let>o=notatall
endif

This code will end up in a loop
by kdtrog
Fri Mar 08, 2013 3:12 pm
Forum: Technical / Scripting
Topic: DelArray for large Arrays takes a long time
Replies: 2
Views: 4726

Well, problem isn't solved but I found a circumvention for my own case. Because I am filling (refilling) the array from a file I inserted an old hint from this forum to sort the file before reading. Let>RP_WAIT=1 Let>RP_WINDOWMODE=0 Run>cmd.exe /c sort test.txt /O testsort.txt Works fast and has no ...
by kdtrog
Fri Mar 08, 2013 10:22 am
Forum: Technical / Scripting
Topic: DelArray for large Arrays takes a long time
Replies: 2
Views: 4726

DelArray for large Arrays takes a long time

Using DelArray for an Array with 1000 Elements needs about 30 seconds to complete. Is this a normal behavior? I need the function because I am also doing Arraysort after reusing an array. If the reused array has a lower number of members ArraySort is returning wrong results. A possible solution coul...
by kdtrog
Wed May 27, 2009 2:57 pm
Forum: Technical / Scripting
Topic: Send Character/Text to rdp (MSTSC.EXE)
Replies: 4
Views: 5195

Or disable UAC.
Probably the best way to get rid of many problems :lol:

Thanks for helping me to clear this case.

Klaus
by kdtrog
Wed May 27, 2009 2:48 pm
Forum: Technical / Scripting
Topic: Send Character/Text to rdp (MSTSC.EXE)
Replies: 4
Views: 5195

You are right it's not MS it's Vista. I am starting the mstsc.exe with admin rights and MS is running via autostart - which means account rights.

After starting MS with admin rights text send is working.

Do you know any alternative instead of starting MS with account rights?


Klaus
by kdtrog
Tue May 26, 2009 10:08 am
Forum: Technical / Scripting
Topic: Send Character/Text to rdp (MSTSC.EXE)
Replies: 4
Views: 5195

Send Character/Text to rdp (MSTSC.EXE)

I have a little script running for years which is sending Login information via "Send" and "Ascii" to a remote desktop session started with mstsc.exe. The script isn't sending text anymore since one of the last updates of MS. I am actually running version 11.1.10 under Windows Vista SP1. Last versio...
by kdtrog
Wed Mar 28, 2007 11:14 am
Forum: General Discussion
Topic: SMB broadcast frames - write mail slots
Replies: 2
Views: 7001

Thanks for the explanation. So I have to keep in mind to stop MS before doing any network traces to get a "clean" result. :wink:

reg.

Klaus
by kdtrog
Wed Mar 28, 2007 10:44 am
Forum: General Discussion
Topic: SMB broadcast frames - write mail slots
Replies: 2
Views: 7001

SMB broadcast frames - write mail slots

During a network trace with wireshark I saw that my client with MacroScheduler version 9.0.053 started is producing every second a broadcast frame. Log says it is a SMB MA Write Mail Slot frame. Data is containing a readable string \mailslot\mschedTerminal . Any idea if this is correct or if I can s...
cron
Sign up to our newsletter for free automation tips, tricks & discounts