Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
billrich- unfortunately, that has <censored> near nothing to do with his issue, and additionally, it describes a "shortcut" not an icon. An Icon is just a bitmap and a mask or alpha channel.
"An icon is a tiny picture on the screen that represents a program, file or folder. Explanation: Icons make it easy to find what you are looking for. To tell the computer to open a file, folder or program, double-click on the icon. To select an item, click only once on the icon. Desktop icons are the most commonly recognized icons by most people. They are used to convey purpose of an available function on a computer.On a very graphic oriented Windows environment such as Windows XP the common desktop icons you might see are “My Computer”, “Recycle Bin”, and various file folders with labels.http://www.microsoft.com/windowsxp/using/setup/personalize/shortcuts.mspx">>>>>
Until I added an ICON file. Now it produces nothing.
"What is meant by this? the bat2exe converter program simply doesn't make the file, or ?"
http://download.cnet.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html?tag=mncol
@echo offecho %1pause
c:\path of file\file.txtpress any key to...
Another issue just came up that maybe someone here can answer. In the BAT file (before compiling) I have an "Echo Running %1", this works when the file is a BAT file called from another BAT file, but as soon as I 'exe' it, the echo statement disappears. Anyone have an idea for a work around here?
"Will interpret the `1>&2' assaying you want stdout to go to both the old stderr *and* the pipe,which in this case you don't."