Search found 149 matches

by rullbandspelare
Tue Jun 20, 2006 9:09 am
Forum: Technical / Scripting
Topic: detecting non existing data in INI file.
Replies: 4
Views: 4967

Thanks for Your fast reply!!!
My case was that the ALFA part was totaly missing sometimes.

I just added
Let>Alfa=""
Before the readini part. That solved it.

Thanks!
by rullbandspelare
Mon Jun 19, 2006 11:21 pm
Forum: Technical / Scripting
Topic: detecting non existing data in INI file.
Replies: 4
Views: 4967

detecting non existing data in INI file.

I whant to detect if ALFA is present in a INI file. If it is not, then another INI element should be choosen.
the ALFA="" will not work.

ReadIniFile>.... ALFA etc.
...
IF>ALFA=""
Let>HEJ=%BETA%
ELSE
Let>HEJ=%ALFA%
ENDIF

Thanks!
/tomas
by rullbandspelare
Wed Jan 11, 2006 12:18 pm
Forum: Technical / Scripting
Topic: Error: Entry Point Not Found
Replies: 3
Views: 4765

Windows update fixed the problem!

thanks
by rullbandspelare
Mon Dec 26, 2005 11:43 pm
Forum: Technical / Scripting
Topic: Error: Entry Point Not Found
Replies: 3
Views: 4765

MS 7.3.08

I guess it has been a while since the server had any updates. It is on an intranet and i have a bad experience with Microsoft update on servers.
But if that is what it takes, ill look in to it.
by rullbandspelare
Mon Dec 26, 2005 11:30 pm
Forum: Technical / Scripting
Topic: Error: Entry Point Not Found
Replies: 3
Views: 4765

Error: Entry Point Not Found

I am having trouble running a script (created on a XP) on a Windows 2000 server. even a simple CreateDir>c:\hello will prouce a error:


Entry Point Not Found

The procdure entry pointcmdCheckTempInit could not be located in teh dynamic link library ntvdm.exe

Is my ntvdm.exe old?

Thanks!
by rullbandspelare
Mon Dec 26, 2005 1:27 pm
Forum: Technical / Scripting
Topic: Inifile without [sections]?
Replies: 1
Views: 3079

Inifile without [sections]?

Hi!
I have a file that i would liket to use with ReadIni, but the problem is that it does not have any [section] part. It is a plain file with a lot of X=Thisandthat.

Is there a way to use ReadIni on a file like this. Or do i have to add a [data] line at the top of it first?

Thanks!
by rullbandspelare
Tue Dec 20, 2005 8:59 am
Forum: Technical / Scripting
Topic: Delete old files
Replies: 1
Views: 3259

Delete old files

Hi! I want to delete *.wl files that is older than a week ( to save space and speed up indexing of the content from another program ) The script never executes the Else statement for some reason. I have files in the range of 9 days old. Any help is appreciated - Thanks> GetFileList>\\bud\worklist\bu...
by rullbandspelare
Fri Dec 09, 2005 8:22 am
Forum: Technical / Scripting
Topic: variables in Run Program>
Replies: 1
Views: 3104

variables in Run Program>

Hi! I cant get a variable to work as a variable in the Run Program> function. The message> part is OK. It gives me 20051209.dump But the Run Program gives me: file %id%.dump does not exist. If i remove %% i get id.dump does not exist from the qwerty.exe program. message>%id%.dump Run Program>C:\qwer...
by rullbandspelare
Wed Dec 07, 2005 1:24 pm
Forum: Technical / Scripting
Topic: HTTP Request and page security
Replies: 8
Views: 9308

Hmm. I tried to download WEBRecorder, but the file was 0bytes... Anyhow. Would it be possible for HTTPRequest to handle multiple forms on the same page? As i see it there are 3 forms: FORM NAME="login_post" FORM NAME="login_user_id" FORM NAME="login_user_psw" I would like to POST to the login_user_i...
by rullbandspelare
Wed Dec 07, 2005 9:58 am
Forum: Technical / Scripting
Topic: HTTP Request and page security
Replies: 8
Views: 9308

With your suggested solution i get a but further than before. I actualy gets something posted but i get a wrong password message in the returning webpage. The USER is posted correctly. (If it wasnt i would get a "user missing" message) it is only the PASSWORD part that is posted wrong. Any more idea...
by rullbandspelare
Wed Dec 07, 2005 8:27 am
Forum: Technical / Scripting
Topic: HTTP Request and page security
Replies: 8
Views: 9308

I am a but confused. When looking at the HELP example for this Let>PostData=email=myemail@home.com&name=Joe Bloggs HTTPRequest>http://www.someplace.com/someform.html,,POST,PostData,HTMLResponse Then i dont quite understand what info from the webpage source below to put in the above example so that t...
by rullbandspelare
Wed Apr 14, 2004 2:20 pm
Forum: Technical / Scripting
Topic: Need GetDirList or GetFolderList
Replies: 6
Views: 8943

Hi!
Thanks!
Do You know what!

in Windows XP i found that
dir /B *.
gives a clean list of directorys, no extra info - just a lits of directorys!

:D
by rullbandspelare
Tue Apr 13, 2004 8:41 am
Forum: Technical / Scripting
Topic: Need GetDirList or GetFolderList
Replies: 6
Views: 8943

Hi! I too need a GetDirList function. I have tried both suggested solutions, but they dont help very much. The first gives a lot of text that makes it hard to separate the Dir names. And the second dont work at all for me. I get a VB compilation error. Any other ideas or solutions on how to get the ...
by rullbandspelare
Tue Mar 23, 2004 9:22 pm
Forum: Beginners
Topic: Extracting text from a file?
Replies: 2
Views: 7223

Extracting text from a file?

Hi! I have a text file, like this: text.txt: rullbandspelare,det,e,jag,1234 (I have some freedom in the way this file will look) I whant this text to fill a form that always is the same. So the result in my case if i use key pressing would be. paste rullbandspelare tab paste det tab paste jag etc Ho...
Sign up to our newsletter for free automation tips, tricks & discounts