Search found 26 matches
- Fri Sep 06, 2024 11:56 am
- Forum: Technical / Scripting
- Topic: msNet Webhook ignore errors
- Replies: 0
- Views: 997
msNet Webhook ignore errors
I have my MSP software send a webhook to MSP msNet receiver to log any messages send through my MSP client. If someone sends a message with unacceptable characters (such as ?) my MSP script throws an error and then sits until I notice the message and clear it. My msp software doesn't have the abilit...
- Tue Sep 03, 2024 6:31 pm
- Forum: Technical / Scripting
- Topic: Code Signing
- Replies: 5
- Views: 1691
Re: Code Signing
Thank you. That is what I thought and that is why I am looking at purchasing a code signing certificate. Since I have never done that before I was looking for any insight before I do. Such as any reason to get an OV instead of a PV, who would be a recommended provider, etc. . . . Anything else I nee...
- Tue Sep 03, 2024 12:30 pm
- Forum: Technical / Scripting
- Topic: Code Signing
- Replies: 5
- Views: 1691
Re: Code Signing
From what I understand a self-signed would work fine in a domain environment, but I have enough clients where I have random compiled scripts would that work for random workgroups as well?
- Mon Sep 02, 2024 3:07 pm
- Forum: Technical / Scripting
- Topic: Code Signing
- Replies: 5
- Views: 1691
Code Signing
I am finally going to have to break down and purchase a code signing certificate for my compiled MSP macros. I am just curious if anyone has any insight or "best practices" before I do this. I have never done this before and thought it may be best to reach out to experts before I "Learn the hard way...
- Thu Jul 12, 2012 12:52 am
- Forum: Technical / Scripting
- Topic: Help with STDOUT and console app
- Replies: 1
- Views: 2924
Figured it out.
I knew it would make sense once I figured it out. I run the compiled console app with the syntax of C:\mycompiledapp.exe /htp=192.168.1.1 and if ping is successful I receive an exit code of 0, anything else and I receive an exit code of 99. Thanks, Garry VBSTART Function IsAlive(strHost) '----------...
- Wed Jul 11, 2012 4:04 pm
- Forum: Technical / Scripting
- Topic: Help with STDOUT and console app
- Replies: 1
- Views: 2924
Help with STDOUT and console app
I do not completely understand how to use STDOUT. Sorry if this is discussed somewhere but I have searched and cannot find anything more than cursory information. I am calling this sample compiled script from another app that monitors output, and it always reads the exit code=0. What am I doing wron...
- Tue Dec 07, 2010 2:04 am
- Forum: Technical / Scripting
- Topic: Need URL from email body in background processing
- Replies: 5
- Views: 7871
- Thu Nov 11, 2010 12:26 am
- Forum: Technical / Scripting
- Topic: How to open with
- Replies: 3
- Views: 4375
That worked, thank you very much. I have defined the windows file association as "C:\MyDir\MyCompiled.exe" "/source=%1" But this has lead to another question. I was going to add RegistryReadKey to verify/create the appropriate entries. For some reason, I am unable to read the appropriate registry en...
- Wed Nov 10, 2010 11:05 pm
- Forum: Technical / Scripting
- Topic: How to open with
- Replies: 3
- Views: 4375
- Wed Nov 10, 2010 10:20 pm
- Forum: Technical / Scripting
- Topic: How to open with
- Replies: 3
- Views: 4375
How to open with
I hope this hasn't been answered before, but I have not been able to find anything close. I have compiled a macro that creates a new encrypted document in format of "file.xyz" and transmits this file via ftp to a another client. That client has a compiled script that will decrypt the "file.xyz". Cur...
- Wed Feb 18, 2009 11:45 pm
- Forum: Technical / Scripting
- Topic: Relabel mscheckbox caption
- Replies: 2
- Views: 3942
Yes, that is the way I have it working now, but to make the dialog a little more user-friendly I made the checkbox 300 wide with no text. I then placed the label over it. The wide checkbox makes it easier to check. This works great on XP, but on an older OS (W2K) the label is not is not visible. So ...
- Wed Feb 18, 2009 6:27 pm
- Forum: Technical / Scripting
- Topic: Relabel mscheckbox caption
- Replies: 2
- Views: 3942
Relabel mscheckbox caption
I am not very proficient with dialog boxes so please be gentle ;) I script mainly for background processes. I have a dialog box with a checkbox that the caption is defined by a variable. When that variable changes and the script returns to the dialog box, the original caption is still showing. How c...
- Wed Oct 08, 2008 2:55 pm
- Forum: Technical / Scripting
- Topic: File Open Dialog
- Replies: 2
- Views: 3927
- Sun Aug 10, 2008 6:36 pm
- Forum: Beginners
- Topic: How to check if an application has closed
- Replies: 4
- Views: 7663
- Thu Aug 07, 2008 7:59 pm
- Forum: Technical / Scripting
- Topic: GetFileList
- Replies: 3
- Views: 4939
Let>filelistsource=C:\temp\sally\jda*.xls Let>filelistdestination=C:\Telmp\Sally\Archive GoSub>performarchive Let>filelistsource=C:\temp\jessie\xyz*.doc Let>filelistdestination=C:\Telmp\jessie\Archive GoSub>performarchive Let>filelistsource=C:\temp\raphael\abc*.jpg Let>filelistdestination=C:\Telmp\r...