Search found 153 matches
- Tue Mar 26, 2019 3:45 pm
- Forum: PowerShell GUIs
- Topic: Tray App no output
- Replies: 32
- Views: 5204
Re: Tray App no output
https://www.sapien.com/forums/viewtopic.php?f=12&t=13048&p=69748&hilit=Tray+app#p69748 See the notifications that OlgaB produced? That’s what I want :) ???? Olga B? She just posted the following: "" Hello, I can't reproduce your issue. I created Tray app using your code. It works as expected. Also ...
- Tue Mar 26, 2019 2:52 pm
- Forum: PowerShell GUIs
- Topic: Tray App no output
- Replies: 32
- Views: 5204
Re: Tray App no output
viewtopic.php?f=12&t=13048&p=69748&hili ... app#p69748
See the notifications that OlgaB produced? That’s what I want
See the notifications that OlgaB produced? That’s what I want

- Tue Mar 26, 2019 2:42 pm
- Forum: PowerShell GUIs
- Topic: Tray App no output
- Replies: 32
- Views: 5204
Re: Tray App no output
Regardless right?
The toast notification is not working for me
The toast notification is not working for me

- Tue Mar 26, 2019 2:29 pm
- Forum: PowerShell GUIs
- Topic: Tray App no output
- Replies: 32
- Views: 5204
Tray App no output
function LoadFile{ $global:File = test-path -path C:\Windows\Utilities\Sapien.zip } while ($true) { LoadFile if ($global:File -eq $false) { $Options = @( "/E", "/l" ) $rclog = Robocopy "C:\users\tech\Documents\SAPIEN" \xxx $Options $rclog | out-file C:\users\tech\Documents\SAPIEN\Filecount.txt #Com...
- Fri Mar 22, 2019 12:58 pm
- Forum: PowerShell
- Topic: Count of Files
- Replies: 13
- Views: 4286
Re: Count of Files
whoops, sorry about that. I've confirmed this works as expected and will update once I get robocopy to count/copy folders in one command. $user = 'USERNAME' $Folders = @( #Destkop "C:\users\$user\Desktop" #Documents "C:\users\$user\Documents" #Downloads "C:\users\$user\Downloads" #Favorites "C:\user...
- Fri Mar 22, 2019 11:38 am
- Forum: PowerShell
- Topic: Count of Files
- Replies: 13
- Views: 4286
Re: Count of Files
This looks promising as a start
- Fri Mar 22, 2019 10:48 am
- Forum: PowerShell
- Topic: Count of Files
- Replies: 13
- Views: 4286
Re: Count of Files
C:\link is considered a system folder?
I've researched a bit this morning and it doesn't look like you can symlink multiple folders to one
I've researched a bit this morning and it doesn't look like you can symlink multiple folders to one
- Fri Mar 22, 2019 10:03 am
- Forum: PowerShell
- Topic: Count of Files
- Replies: 13
- Views: 4286
- Thu Mar 21, 2019 7:17 am
- Forum: PowerShell GUIs
- Topic: Create Themes?
- Replies: 16
- Views: 3269
Re: Create Themes?
I've read somewhere about clixml?
- Thu Mar 21, 2019 7:15 am
- Forum: PowerShell
- Topic: Displaying and Interacting with Drivers
- Replies: 13
- Views: 4249
Re: Displaying and Interacting with Drivers
Yup, I found it last night :D currently testing it through different means I'm just not show how I'll be able to include it in my form when I go to build it. If it's not possible to include in the build, I'll just copy it on the form load. Thanks for the assist.. Going down that rabbit hole was fun :D