Search found 5 matches
- 14 Jan 2019 15:45
- Forum: DOS Batch Forum
- Topic: Help changing icons
- Replies: 9
- Views: 6068
Re: Help changing icons
Yes, that file does exist
- 14 Jan 2019 14:26
- Forum: DOS Batch Forum
- Topic: Help changing icons
- Replies: 9
- Views: 6068
Re: Help changing icons
So for me to give the shortcut a graphic what must I do?
- 14 Jan 2019 14:05
- Forum: DOS Batch Forum
- Topic: Help changing icons
- Replies: 9
- Views: 6068
Re: Help changing icons
So it places the icon on the desktop with the correct graphic not just solid white?
- 14 Jan 2019 07:54
- Forum: DOS Batch Forum
- Topic: Help changing icons
- Replies: 9
- Views: 6068
Re: Help changing icons
It doesn't load the icon I need. The icon it places on the desktop is solid white no details.
- 11 Jan 2019 14:29
- Forum: DOS Batch Forum
- Topic: Help changing icons
- Replies: 9
- Views: 6068
Help changing icons
I built this batch file to create a shortcut on the desktop the the icon comes up white and I can't for the life of me figure out how to add to the coding to change the icon to something else rather than white and blank. @echo off set SCRIPT="%TEMP%\%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.vbs" echo Set ...