Search found 59 matches

by olllllliii
Sat Dec 01, 2012 9:37 am
Forum: Technical / Scripting
Topic: RegistryEnumKeys shows no result - why?
Replies: 4
Views: 4320

Re: RegistryEnumKeys shows no result - why?

Switching REG_64 does not make a difference at all. For sure there are at least 50 keys which should show up below Wow6432Node. I only have this 5 keys on all my machines ... Did you checked your registry entry with regedit ? This is my registry list....see below SOFTWARE\Wow6432Node\Microsoft SOFTW...
by olllllliii
Fri Nov 30, 2012 9:18 pm
Forum: Technical / Scripting
Topic: How Arraycount after CSVFileToArray
Replies: 6
Views: 7421

Thank you Marcus , so i wrote a small script to get the lines of the data . Here is the solution. It is much faster than the old version .. // The old version is very slow on big files Let>count=0 Let>filename=c:\daten4.txt Label>Start Let>count=count+1 ReadLn>filename,count,line If>line=##EOF##,end...
by olllllliii
Fri Nov 30, 2012 2:26 pm
Forum: Technical / Scripting
Topic: How Arraycount after CSVFileToArray
Replies: 6
Views: 7421

How Arraycount after CSVFileToArray

// read a CSV works perfect // To see whats inside the file ( its no secrect its my pricelist ) // ->>>>> http://www.ohilger.de/eue.csv CSVFileToArray>C:\Users\username\Desktop\eue.csv,arrCSV // i can read all dimensions of the array like // Let>info=arrCSV_1_1 // MDL>info // but if i want to count ...
by olllllliii
Mon Nov 12, 2012 8:49 am
Forum: Technical / Scripting
Topic: Getting Information from a 10 MB big Text file SLOW
Replies: 2
Views: 3532

Thank you Marcus

....i will try it this way .....

Kind Regards
Oliver Hilger
by olllllliii
Fri Nov 09, 2012 3:17 pm
Forum: Technical / Scripting
Topic: FTP Socket Error 10054 Connection reset by peer
Replies: 2
Views: 9437

Which kind of firewall do u use...?? Which ports are opend ? Do u use a VPN ? -------------- most time it is following --------------------- This error indicates that an existing connection was forcibly closed by the remote host. This normally results if the peer application on the remote host is su...
by olllllliii
Fri Nov 09, 2012 2:59 pm
Forum: Technical / Scripting
Topic: Getting Information from a 10 MB big Text file SLOW
Replies: 2
Views: 3532

Getting Information from a 10 MB big Text file SLOW

Hi all , i have a txt file ...with a size of 10 MB Let>zu=CRLF Let>diezeile=2 Reading the file into an Array....i tryed that line by line with Readln... but this takes 5 Minutes for each ...article ...but they are more than 50000 and i get new prices each day. My Computer is an i7 third generation ,...
by olllllliii
Mon Oct 15, 2012 11:51 am
Forum: Technical / Scripting
Topic: Mouse wheel recording ? Any Idea
Replies: 2
Views: 3594

My problem is thats for special mobotix security camera ( from Mobotix ). Press up*x doesnt work the way i need ...the camera must patrol , i wanted to Record the mousefunctions ...to l.oop that for camera recording ...
by olllllliii
Mon Oct 15, 2012 11:44 am
Forum: Technical / Scripting
Topic: Problem with Webrecorder when the display is turned off
Replies: 3
Views: 3843

I think thats a windows problem

I had the same problem ....with remote desktop ...it seems that if no picture is transfered to the monitor ...there is no way to catch the graphic data from the graphic adapter ....

If marcus knows a solution tell me too , but i think this is a windows thing ..

Kind regards
Oliver
by olllllliii
Tue Oct 02, 2012 9:05 am
Forum: Technical / Scripting
Topic: Mouse wheel recording ? Any Idea
Replies: 2
Views: 3594

Mouse wheel recording ? Any Idea

I tryed to record the mousewheel , but it was not recorded .
Is there a way to catch mousewheel actions ?

Please Help :-) ( on of my programms need that )
by olllllliii
Fri Sep 28, 2012 1:10 pm
Forum: Beginners
Topic: Trim
Replies: 6
Views: 9704

if >40 or <40

Let>var=whatever alphanumeric string you want the variable to be
Length>var,varlength

IF>varlength>40
// if above 40 cut to 40
Midstr>var,1,40,var
ELSE
Midstr>var,1,10,var
// if less 40
ENDIF
mdl>var

Kind regards
Oli
by olllllliii
Mon Sep 03, 2012 4:46 am
Forum: Technical / Scripting
Topic: Using Variables with DateLocal>
Replies: 2
Views: 3310

Hi ,

Datelocal expects to get 4 spearated elements ....

this is the way it works :-)

Let>comma=,
Let>theDate={"2014,03,21"}
separate>theDate,comma,DateArr
DateLocal>%DateArr_1%,%DateArr_2%,%DateArr_3%,LocalisedDate
Messagemodal>LocalisedDate

Kind regards Oli
by olllllliii
Thu Aug 23, 2012 2:33 am
Forum: Technical / Scripting
Topic: Create registry key for context menu in System for a script
Replies: 3
Views: 6974

Thank you Marcus ...

sometimes the solution is so near....
by olllllliii
Wed Aug 22, 2012 4:53 am
Forum: Technical / Scripting
Topic: awk/sed ==> macro scheduler
Replies: 1
Views: 4100

Re: awk/sed ==> macro scheduler

this is what I have... Anyone's halp is greatly appreciated =) meow@mix~ gawk -F" " '{print $5,$6,$7,$8}' asdf.txt | sed 's\[coy|cor|" "|•|*|«|.|i]\\g' | sed 's\[o|O]\0\g' | sed 's\[l|L|!]\1\g' | sed 's\?\7\g' | cut -d "." -f1>quote.txt; Ok correct me if i am wrong ....you will read a file with ...
by olllllliii
Wed Aug 22, 2012 3:57 am
Forum: Technical / Scripting
Topic: Create registry key for context menu in System for a script
Replies: 3
Views: 6974

Create registry key for context menu in System for a script

Hello , i tryed to do following. ( Use windows 7 64 Bit ) ---------------------------------- per hand i started regedit goto HKEY_CLASSES_ROOT\Directory\Background\shell create the new empty key with the name Scriptstart inside this key , create a new key with the name command an give command the va...
by olllllliii
Thu Jul 12, 2012 11:05 am
Forum: Technical / Scripting
Topic: How do i read System Memory Areas
Replies: 2
Views: 3205

Thanks for Help with the bios :-)

That works perfect ... for my needs. here the small script i wrote ... Let>cr=CRLF RegistryReadKey>HKEY_LOCAL_MACHINE,HARDWARE\DESCRIPTION\System\BIOS,BIOSVendor,strVendor RegistryReadKey>HKEY_LOCAL_MACHINE,HARDWARE\DESCRIPTION\System\BIOS,BIOSVersion,strVersion RegistryReadKey>HKEY_LOCAL_MACHINE,HA...
cron
Sign up to our newsletter for free automation tips, tricks & discounts