Search found 1009 matches

by Grovkillen
Sun Nov 06, 2016 11:47 am
Forum: Technical / Scripting
Topic: Pushover Notifications
Replies: 6
Views: 6422

Re: Pushover Notifications

Happy to help, thanks for letting me know.
by Grovkillen
Sat Nov 05, 2016 8:43 am
Forum: Technical / Scripting
Topic: End Update Resource Failed
Replies: 2
Views: 3124

Re: End Update Resource Failed

Yeah, I got the same issue. I tend to delete the previously complied exe prior to compilation. Good that you made me aware that this might be a general problem.
by Grovkillen
Fri Nov 04, 2016 2:18 pm
Forum: Technical / Scripting
Topic: Use of curly brackets {...} in variable
Replies: 10
Views: 7130

Re: Use of curly brackets {...} in variable

OK so I need to get more clear with how the HTTPRequest works. Is the post data field only sending data in the HEADER? In my case I need to also send data in the BODY. How do I go about doing that? I'm working on a app targeting the API for Arena PLM which expect to get the credentials through the B...
by Grovkillen
Fri Nov 04, 2016 2:11 pm
Forum: Technical / Scripting
Topic: Use of curly brackets {...} in variable
Replies: 10
Views: 7130

Re: Use of curly brackets {...} in variable

Yeah I was just messing around and you're right. My mistake. Thanks for the help JRL!
by Grovkillen
Fri Nov 04, 2016 1:59 pm
Forum: Technical / Scripting
Topic: Use of curly brackets {...} in variable
Replies: 10
Views: 7130

Re: Use of curly brackets {...} in variable

I realized that the ":" is what's wrong. Hmph... why?
by Grovkillen
Fri Nov 04, 2016 1:58 pm
Forum: Technical / Scripting
Topic: Use of curly brackets {...} in variable
Replies: 10
Views: 7130

Re: Use of curly brackets {...} in variable

Code: Select all

Let>LCurly={
Let>RCurly=}
Let>PostData="My":"Text"
Let>HTTP_SSL=1
HTTPRequest>http://www.someplace.com/someform.html,,POST,%LCurly%%PostData%%RCurly%,HTMLResponse
MDL>HTMLResponse
Why will this not work?
by Grovkillen
Fri Nov 04, 2016 1:36 pm
Forum: Technical / Scripting
Topic: Use of curly brackets {...} in variable
Replies: 10
Views: 7130

Use of curly brackets {...} in variable

Hello,

I seem not to be able to send curly brackets within a POST message. When I put {...} around my POST_DATA variable MS will tell me it's not appropriate. How do I go around this problem?
by Grovkillen
Fri Nov 04, 2016 11:43 am
Forum: Scripts and Tips
Topic: VB code to create a link file
Replies: 5
Views: 20129

Re: VB code to create a link file

List of useful places to create a shortcut file: LINK_FOLDER= " Startup " (Will create a link in the startup folder for the user, thus have your script or whatever started on Windows login") " Programs " (Will create a link on the users start menu, under programs) " Desktop " (Will create a link on ...
by Grovkillen
Fri Nov 04, 2016 9:45 am
Forum: General Discussion
Topic: Custom "runicon.ico"
Replies: 9
Views: 19960

Re: Custom "runicon.ico"

Will it be possible to have a custom main/run icon for AddTrayIcon> command? Or is that impossible?

PS. when I do a popup menu and click away it by clicking elsewhere (get the result "-1") the menu is still visible. Is there a way to do a HidePopupMenu> command?
by Grovkillen
Thu Nov 03, 2016 2:47 pm
Forum: Scripts and Tips
Topic: VB code to create a link file
Replies: 5
Views: 20129

VB code to create a link file

Hi there, I just thought I may share my findings regarding creating a short cut file within MS. I do this to create a link in the startup folder (this example I pointed it to the desktop). VBSTART Function GetFolder(LinkFolder, TargetPath, IconPath, LinkName) Set WShell = CreateObject("WScript.Shell...
by Grovkillen
Wed Nov 02, 2016 11:56 am
Forum: Enhancement Suggestions
Topic: ProcessExists> Multiple processes
Replies: 4
Views: 15888

ProcessExists> Multiple processes

Hi,

Is it possible to have the ProcessExists> to tell me how many processes that meet the criteria. Today its only a true or false...
by Grovkillen
Wed Nov 02, 2016 10:17 am
Forum: General Discussion
Topic: Custom "runicon.ico"
Replies: 9
Views: 19960

Re: Custom "runicon.ico"

And just to be clear. If I want a systray icon with a menu if clicked on, I need to: Run the complied script as hidden With no systray Add a systray icon Add a systray icon handler In this way I will not get a (in my opinion nice touch) blinking/running icon but a static one instead? I would like to...
by Grovkillen
Wed Nov 02, 2016 10:01 am
Forum: General Discussion
Topic: Custom "runicon.ico"
Replies: 9
Views: 19960

Re: Custom "runicon.ico"

Hi! I cannot get this to work at all... I still get the GearHead-icon even if I put a custom runicon.ico in the main installation folder for MS. I really wished that in the compile exe settings window I would be able to place two icon path's (one for the main icon, like today, and one run icon). Am ...
by Grovkillen
Mon Oct 31, 2016 12:14 pm
Forum: Technical / Scripting
Topic: Long network drive = file not exist!?
Replies: 11
Views: 9518

Re: Long network drive = file not exist!?

What does the GetFileList> give you?
by Grovkillen
Sun Oct 30, 2016 12:05 pm
Forum: Technical / Scripting
Topic: Long network drive = file not exist!?
Replies: 11
Views: 9518

Re: Long network drive = file not exist!?

You might need to put quotes around it.
cron
Sign up to our newsletter for free automation tips, tricks & discounts