Search found 147 matches

by Djek
Wed Nov 09, 2016 3:20 pm
Forum: Technical / Scripting
Topic: Separate> (Creating a script to obtain NICS information)
Replies: 3
Views: 3625

Re: Separate> (Creating a script to obtain NICS information)

hi Grovkillen, it's perhaps because about 98 percent of the info is empty ? i tend to use the command wmic to get hardware info, in your case you can try wmic nicconfig list brief >c:\folder\name.txt or better wmic nicconfig get /format:hform >c:\folder\name.html MS example: let>RP_WAIT=1 let>bestan...
by Djek
Fri Nov 04, 2016 10:28 am
Forum: Technical / Scripting
Topic: function Int strange behaviour
Replies: 2
Views: 3260

Re: function Int strange behaviour

thanks, Marcus,

the Format command solved the odd glitch,

kind regards,
Djek
by Djek
Thu Nov 03, 2016 3:12 pm
Forum: Technical / Scripting
Topic: function Int strange behaviour
Replies: 2
Views: 3260

function Int strange behaviour

hi all, for label calculating i must create a checksum from number. but i notice that sometimes the function integer (int) is behaving different...? this is the code: let>varA=91 //varA=91 let>varB=%varA%/10 //varb=9.1 let>varC={int(%varB%)} //varC=9 let>varD=%varB%-%varC% //should be: 9.1 minus 9 =...
by Djek
Mon Oct 31, 2016 1:00 pm
Forum: Technical / Scripting
Topic: Long network drive = file not exist!?
Replies: 11
Views: 9608

Re: Long network drive = file not exist!?

wel im using a Synology nas as a data server. I do not know if it is Samba , but sure not Windows OS update 1-11 tested with a share to another Win7 pro pc, mapped to F: it still cannot find the long =F:\public_html\trending\Wisconsin Badgers football‬kaka ‪Nebraska Cornhuskers football‬kaka ‪Big Te...
by Djek
Mon Oct 31, 2016 12:28 pm
Forum: Technical / Scripting
Topic: Long network drive = file not exist!?
Replies: 11
Views: 9608

Re: Long network drive = file not exist!?

yes

GetFileList>F:\public_html\trending\*.us,uitvoer,;

but also the
GetFileList>F:\public_html\trending\*.*,uitvoer,;

finds the long filename

strange...well it's Halloween somewhere... :evil:
by Djek
Mon Oct 31, 2016 10:14 am
Forum: Technical / Scripting
Topic: Long network drive = file not exist!?
Replies: 11
Views: 9608

Re: Long network drive = file not exist!?

hey Macroman, cheer up, youre not alone... :D i've mapped a networkshare to F: I ve create the same file and folders... Then i ran the script, and also noticed the file i see in the folder,(also in DOS) but MS doesnot detect it. I then created a Wisconsin.us in the folder and stil no detection. I ve...
by Djek
Mon Oct 10, 2016 8:50 am
Forum: Technical / Scripting
Topic: Network Shortcuts
Replies: 1
Views: 2560

Re: Network Shortcuts

hi,
take a look at the FTP commands
such as FTPDelFile etc.

kind regards,
Djek
by Djek
Mon Sep 19, 2016 7:59 am
Forum: Technical / Scripting
Topic: SRT Issue with v14.3.03 on Win10 Pro (64-bit)
Replies: 4
Views: 4454

Re: SRT Issue with v14.3.03 on Win10 Pro (64-bit)

hi,

i ve tested over here with version 14.2.09

and it works perfect, it shows the "MessageModal>MAIN Box 2 (NEVER EXECUTES!)"
as it should do.

Think Marcus must take a look, this is strange.

kind regards
Djek
by Djek
Fri Jul 22, 2016 12:14 pm
Forum: Technical / Scripting
Topic: Reading Results From CMD window
Replies: 4
Views: 5721

Re: Reading Results From CMD window

maybe this wil help you: //run dos Let>RP_Wait=2 Let>RP_Windowmode=1 RunProgram>cmd wait>1 //focus it SetFocus>c:\Win* //run dos program sendtext>dir c:\*.* Press ENTER wait>1 // now grab text from program gettextinit GetWindowTextex>c:\wind*,vData MDL>vData of course you dont have to start the dos ...
by Djek
Sat Jul 09, 2016 7:59 am
Forum: Technical / Scripting
Topic: Problem on simple macro.
Replies: 1
Views: 3115

Re: Problem on simple macro.

hi Alexis,

some tips:
try to simply look at the syntax of the commands you are using,

i see
LClick>892,207

But what does the 892 and 207 do?

and beware that you have spaces included in some commands

like MouseMove> 892,207
that "can" get to a unwanted result

kind regards
Djek
by Djek
Thu Jul 07, 2016 3:07 pm
Forum: Technical / Scripting
Topic: Windows 10?
Replies: 9
Views: 12184

Re: Windows 10?

Marcus, Breathe in, ..hhmmmm.... breathe out :wink: you are way to young to retire ! and my hassitation to upgrade is also no reason for retirement. Macro Scheduler is one of the most important and usefull tools i use, and i could not live and do my work without it. This user interface upgrade sound...
by Djek
Wed Jul 06, 2016 6:50 am
Forum: Technical / Scripting
Topic: Windows 10?
Replies: 9
Views: 12184

Re: Windows 10?

Microsoft Edge in Windows 10 (internet browser) is not useable for interacting with MS and yes, im also "afraid" what the UI improvements in the latest upgrade will do with performance and useabillity. But i have not upgraded yet to the latest version, im too scared... :shock: Anyone here has applie...
by Djek
Thu Apr 14, 2016 9:45 pm
Forum: Technical / Scripting
Topic: Randomizing elements of a string
Replies: 13
Views: 9012

Re: Randomizing elements of a string

hi Hagchr,
i just run a test with 50.000 elements, and your solution runs amazingly fast; 2 seconds.
Thank you.
And for you explanation,
kind regards,
Djek
by Djek
Fri Apr 08, 2016 5:58 pm
Forum: Technical / Scripting
Topic: Randomizing elements of a string
Replies: 13
Views: 9012

Re: Randomizing elements of a string

pfff its a long way to Ottawa from here, slightly to far to fetch a beer. But its tempting though... look at let>maxr=%max%*30 if you change 30 into 100 or 400 (if time is not an issue) than the odd that randomize takes the same value is minimized. Indeed thank you for submitting this question, and ...
by Djek
Fri Apr 08, 2016 2:41 pm
Forum: Technical / Scripting
Topic: Randomizing elements of a string
Replies: 13
Views: 9012

Re: Randomizing elements of a string

hah !
it a bug,
it looks like its the zero that is missed by the Teller counter

change
let>teller=0
into
let>teller=-1

and then the bug is exterminated

... i hope...
:D
Sign up to our newsletter for free automation tips, tricks & discounts