Page 1 of 1

New Project guidance

Posted: Tue Jan 23, 2018 7:05 am
by Carpe_diem
To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build: 5.4.145
32 or 64 bit version of product: 64
Operating system: Windows 10
32 or 64 bit OS: 64

*** Please add details and screenshots as needed below. ***

I could use some guidance on how to create a new project doing the following

Create a menu button template ? I think would be the way to go

Button 1 should identify a folder location, let’s say: c:\temp
Button 2 should identify a folder location, let’s say C:\temp2
And create a run button
Then a script should run multiple cleanup tools
Utilizing selected folder of button 1 to run the tool from there and executing it on files in findings of Button 2

Example:
cd "C:\temp"
cleantool1 -j C:\temp2archives\
cleantool2 -D C:\temp2archives\
cleantool3 -R C:\temp2archives\

and all with pretty buttons and maybe a progress bar to look at for end-users whom don’t know anything about PowerShell

I appreciate any guidance you can provide .
Thank you


DO NOT POST SUBSCRIPTIONS, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM

Re: New Project guidance

Posted: Tue Jan 23, 2018 8:21 am
by davidc
[TOPIC MOVED TO POWERSHELL GUIS FORUM BY MODERATOR]

Re: New Project guidance

Posted: Tue Jan 23, 2018 8:56 am
by mxtrinidad
The following links will provide you with some directions in building GUI's and sample are also included.
https://info.sapien.com/index.php/guis/ ... do-i-start
https://info.sapien.com/index.php/guis/ ... le-dialogs
https://info.sapien.com/index.php/guis/ ... nistrators

For progress bar:
https://info.sapien.com/index.php/guis/ ... Ryb2wiXQ==

Use the following link to access our Product Information Center:
https://info.sapien.com/

Thx

Re: New Project guidance

Posted: Tue Jan 23, 2018 8:57 am
by jvierra
You will have to first learn how to build forms with PSS> The documentation is on the "Help" menu bar.
Next spend some time reading about how to work with forms and controls. Look at the "GUI Related Articles" button on the help bar.

Reading through this will give you some understanding of how to design and build your project.

Re: New Project guidance

Posted: Tue Jan 23, 2018 10:09 am
by Carpe_diem
Thank you
I start there