3
2
How can I change icon for a Shortcut to MS-DOS Program (.PIF) file ? I've tryed to right click then properties then Program then Change Icon then I chosed my .ico file and nothing change.
I reproduce the steps in this image
3
2
How can I change icon for a Shortcut to MS-DOS Program (.PIF) file ? I've tryed to right click then properties then Program then Change Icon then I chosed my .ico file and nothing change.
I reproduce the steps in this image
2
Ok I managed to get my hands on a genuine Borland C++ .pif.
As best I can tell Windows 8 shortcut/icon subsystem just doesn't support .PIFs anymore (probably due to Windows moving away from 16-bit support), at least in as much as displaying an icon for the file.
As you found, you can sort of apply a new icon in the properties, but it doesn't show in Explorer views or on the Desktop.
If you find the 16-bit EXE the PIF points at, and create a shortcut to it the usual way, it (Windows 8, 32-bit anyway) actually still makes a PIF(!) -- that you can't change the icon for. :/
Here's a work-around to get a shortcut to the 16-bit EXE, with a custom icon:
c:\borlandc\bin\bc.exe
).Note: If you don't know the file/path to the file the PIF actually points at, open the .PIF with a text editor (like Notepad), the path will be visible.
Results:
Note 2: I'm using Windows 8, 32-bit on this machine, and it had to install a DOS VM "Feature" to handle running the 16-bit EXE. I've not tested this under 64-bit Windows 8, so your results may vary. :)
OMG - I've not seen that screen for the best part of over 20 years, and how odd the warning looks because at the time the install size was considered excessive. How it takes you back :) – Code Uniquely – 2013-11-09T07:56:46.927
@CodeUniquely Yeah I used the setup.exe renamed to bc.exe, to avoid actually having to install it just for this question. :) Took me 5 minutes of googling to find these - pretty funny stuff. :) – Ƭᴇcʜιᴇ007 – 2013-11-09T15:11:45.677
Why are you using a
.pif
in this day and age? Why not just use a standard.lnk
? – Ƭᴇcʜιᴇ007 – 2013-10-26T19:11:27.803@techie007 no way, that's nothing to do with it at all – barlop – 2013-11-09T01:11:23.920
@techie007 the question you link to is about a pinned icon, that is really a new lnk file. http://superuser.com/questions/665350/in-windows-7-i-cannot-change-icon-of-vbs-file-from-wscript-icon-and-put-multiple he's just talking about changing the icon of a PIF file, and nothing pinned to the taskbar.
– barlop – 2013-11-09T01:21:58.120This is difficult to reproduce because I think most of us don't have a pif file. I tried creating a blank file called a.pif but that doesn't even get the properties page to change icon. http://i.imgur.com/oSnHyUN.png perhaps you can add a pif file e.g. upload to the ge.tt site
– barlop – 2013-11-09T01:25:42.977@barlop You're right -- I'm not sure that was intended to be put on this question. :? comment removed. – Ƭᴇcʜιᴇ007 – 2013-11-09T04:27:25.017