Commit Graph

7 Commits

Author SHA1 Message Date
kougyoku f10c14253c Update Program.cs
Replace / with \ to support unc on links that require /
If URL contains #, strip it out.
Add runtime configurable DEBUG property
2022-06-15 14:13:49 -07:00
kougyoku bb91cdc95e Update Program.cs
Change uri scheme to SaoLocalExplorer
enable opening mp3, mp4, and wmv files by simply calling it in cmd.exe and letting system figure out executable to open rather than call shell32.
2022-05-17 20:04:24 -07:00
kougyoku 6ae4436119 v2.0
Allows opening of files with ALLOWED_EXTENSIONS from a fileserver with PREFIX eg, contoso.com\ . The PREFIX and ALLOWED_EXTENSIONS are configurable in App.config
2022-05-10 13:45:39 -07:00
kougyoku 16c9c8f9b4 Update Program.cs
Update so program can handle path with spaces in it.
Update location of debugging output data to a spot where a user most likely has access to write.
2022-05-09 11:10:46 -07:00
kougyoku e750a4e2a2 Change directory of program to C:\Windows\ISD\ 2022-04-28 10:01:15 -07:00
kougyoku d6cbb58b78 Update Program.cs
Update References
Start program hidden
Wrap Process.Start in try/catch block just in case
2022-04-21 16:41:19 -07:00
kougyoku db737f37b2 initial commit 2022-04-21 13:00:27 -07:00