Search found 536 matches

by Rain
Tue Sep 13, 2005 11:22 pm
Forum: Technical / Scripting
Topic: VB script problem (Kill Process script)
Replies: 8
Views: 8789

I finally reformatted my system and that fixed the problem for me. I'm not really sure what was causing the errors :?
by Rain
Mon Sep 12, 2005 11:01 am
Forum: Technical / Scripting
Topic: VB script problem (Kill Process script)
Replies: 8
Views: 8789

I run the script like it's posted in my first post and yes I removed the trailing spaces. I'm starting to think something has changed on my system because an exe that I compiled way before the update is giving me the same exact error.
Thanks for your time.
by Rain
Sat Sep 10, 2005 10:43 pm
Forum: Technical / Scripting
Topic: VB script problem (Kill Process script)
Replies: 8
Views: 8789

Bare with me here. I just noticed something, the line were I get the error starts with set. I just wrote a little test script and noticed when writing a line like this set Notepad* it works without having to use > but not only that it works with other commands, too. Try running the script bellow wwo...
by Rain
Sat Sep 10, 2005 10:14 pm
Forum: Technical / Scripting
Topic: VB script problem (Kill Process script)
Replies: 8
Views: 8789

Hum, I have both 7.3 and 7.4 installed and I'm getting errors with both versions. I even had someone else try it and he is getting errors, too. Maybe some else can try the script and report back if it's working fine or giving error? I'm using that script for a program of mine but now due to the erro...
by Rain
Sat Sep 10, 2005 3:16 pm
Forum: Technical / Scripting
Topic: VB script problem (Kill Process script)
Replies: 8
Views: 8789

The original script is from this topic http://www.mjtnet.com/forum/viewtopic.php?p=7160#7160
When running the original script I get the same error (line 3 in this case) plus one on line 13 column 3.
by Rain
Sat Sep 10, 2005 2:58 pm
Forum: Technical / Scripting
Topic: VB script problem (Kill Process script)
Replies: 8
Views: 8789

VB script problem (Kill Process script)

Since the update to 7.4 I'm getting the following error :-2147023828 Line 9, Column 2 when using this VB script let>APP_TITLE= VBSTART Sub killProcess(pgm) set wmi = getobject("winmgmts:") sQuery = "select * from win32_process " & "where name='" & pgm & "'" set processes = wmi.execquery(sQuery) for ...
by Rain
Sat Sep 10, 2005 11:33 am
Forum: Technical / Scripting
Topic: Icon problem with version 7.4.003 and 7.4.004
Replies: 6
Views: 8142

Thanks for the reply Support, I didn't even think about adding a 48x48 icon to the file.

Thanks for the link Thaum I will check it out.
by Rain
Fri Sep 09, 2005 6:38 pm
Forum: Technical / Scripting
Topic: Icon problem with version 7.4.003 and 7.4.004
Replies: 6
Views: 8142

I don't mean to be a pain in the butt but when viewing the exe as a thumbnail in a folder it's really blurry :? Before the changes for the public version, the icons were clear now when looking at them it makes me feel as if I need glasses.
Is the icon suppose to look all blurry in thumbnail size?
by Rain
Fri Sep 09, 2005 12:45 pm
Forum: Technical / Scripting
Topic: Icon problem with version 7.4.003 and 7.4.004
Replies: 6
Views: 8142

Thanks Support, I just tried ArtIcons and it fix the problem.
by Rain
Fri Sep 09, 2005 10:59 am
Forum: Technical / Scripting
Topic: Icon problem with version 7.4.003 and 7.4.004
Replies: 6
Views: 8142

Icon problem with version 7.4.003 and 7.4.004

For some reason the same icons I used for my exe's with the beta versions don't work with public release versions 7.4.003 and 7.4.004. It is telling me No 16x16 icon found in C:\directory. Is this is a bug or am I forced do change all my icons and find new ones for all my programs?

Thank you
by Rain
Tue Aug 30, 2005 1:47 pm
Forum: Enhancement Suggestions
Topic: Pause Feature
Replies: 0
Views: 5319

Pause Feature

I like the pause feature when running scripts through MS; it would be nice to have the same feature for compiled macros.
Thanks for listening.
Sign up to our newsletter for free automation tips, tricks & discounts