How to create a script executable without a window

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 11 years and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
burtcbl
Posts: 24
Last visit: Mon Oct 07, 2013 12:47 pm

How to create a script executable without a window

Post by burtcbl »

I am trying to create a login script that is a packaged executable to be run from the startup folder. I don't want any window to appear. What packaging options should I use. When I try the command line option, I get the powershell widow. When I try Windows, I get a message box. Can you point me in the right direction.
I want the script to be completely silent and run similar to the way VBS scripts run under Windows script host.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

How to create a script executable without a window

Post by davidc »

The Form platform/engine will suppress all messages.

David
David
SAPIEN Technologies, Inc.
User avatar
burtcbl
Posts: 24
Last visit: Mon Oct 07, 2013 12:47 pm

How to create a script executable without a window

Post by burtcbl »

Thanks. That worked great.
This topic is 11 years and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.