Skip to main content
1 vote
0 answers
143 views

This screen transcript pretty much says it all: ftype PerlScript=C:\strawberry\perl\bin\perl.exe "%1" %* RakuScript=C:\rakudo\bin\raku.exe "%1" %* assoc .pl=PerlScript .raku=...
hsmyers's user avatar
  • 721
2 votes
1 answer
1k views

Among all the awful things to be said of windows file explorer, there is a gem that I miss about it after switching to XYPlorer. When I right-click in a folder's empty space, I am presented with ...
TURBOGARBAGE's user avatar
1 vote
0 answers
72 views

I'm developing a Mac app with Unity. My app can import/export files, so I want to associate the file type with my app. I edited the Info.plist like this: <key>CFBundleDocumentTypes</key> &...
ya_mo_suzuki's user avatar
0 votes
1 answer
753 views

If I have a flutter app on Windows and use "open with" to open some files with the app, how can I know what files were requested to open? For example, I select one or more files and "...
mirkaim's user avatar
  • 314
0 votes
0 answers
81 views

I'm trying to make a tab appear for every file opened via File Explorer. Expectations: upon double click on the file, it should open up a new tab for that file Reality: every time I open a file, the ...
Ivirius's user avatar
  • 49
0 votes
1 answer
169 views

I want to associate a file extension .mps.gz to an application on Windows 10. The .gz extension should not be affected. How can I do this?
Michael Hecht's user avatar
1 vote
1 answer
2k views

I use 7-Zip in a portable way on various different systems and inside Windows Sandbox so the associations are missing every time I start on those systems. I can go to 7-Zip > Tools > Options >...
YorSubs's user avatar
  • 4,288
4 votes
1 answer
1k views

I want users to be able to open a file using my MAUI app. For example in Windows they could right-click on the file in File Explorer, choose my app in "open with" and then my app would open ...
Robyn's user avatar
  • 1,373
2 votes
1 answer
4k views

Problem: I'm creating a website right now, it's my first time dealing with PHP after learning the basics. My index.php file, when viewed on my localhost, is attempting to download the file and bring ...
lujerex's user avatar
  • 21
0 votes
0 answers
135 views

I have a standard Xamarin Forms application for Android and iOS. I have a file that we generate that is xml inside with a file extension of .PV4 I would like to have my app open when the user taps on ...
TPitman's user avatar
1 vote
1 answer
93 views

I have a UWP app meant to take 0 or more arguments which are either the path to a folder or the path to a compressed archive. I want these arguments to be passed by adding a right click menu in ...
David's user avatar
  • 25.6k
0 votes
1 answer
505 views

Originally, I would select my php files and it would open the site on my local browser, I accidently opened it to notepad and now it will only open the code to editors. Does anyone know how to change ...
SHAV95's user avatar
  • 1
0 votes
1 answer
292 views

I'm trying to make an app open a window for each file. -- Code --- App.cs: protected async override void OnFileActivated(FileActivatedEventArgs Args) { //Opens Main Page base....
Ivirius's user avatar
  • 49
1 vote
1 answer
782 views

I am building a distribution package for xnec2c and I want .nec files to associate with xnec2c and also display the associated icon. (This question is different than the many xdg-utils answers out ...
KJ7LNW's user avatar
  • 2,010
3 votes
0 answers
3k views

So xdgmime default foo.desktop application/x-foo will associate a mime type in ~/.local/share/applications/mimeapps.list like this: [Default Applications] ... application/x-foo=foo.desktop What is ...
KJ7LNW's user avatar
  • 2,010

15 30 50 per page
1
2 3 4 5
28