- May
- 13,215
- 180
If TCC v10 is started in a directory other than its home on the disk, it doesn't seem to find its own icon and starts with the default console icon. Examples of this are (SHELLEX is a plugin wrapper for ShellExecuteEx()):
1. from a PowerPro button with startup dir equal v:\
2. from a TCC prompt: v:\> START [/dv:\] d:\tcmd10\tcc.exe
3. from a TCC prompt: v:\> SHELLEX d:\tcmd10\tcc.exe "" v:\
If it starts in its home, it displays its own icon. Examples are:
1. from a PowerPro button with startup dir equal d:\tcmd10
2. from a TCC prompt: v:\> START /dd:\tcmd10 d:\tcmd10\tcc.exe
3. from a TCC prompt: v:\> SHELLEX d:\tcmd10\tcc.exe "" d:\tcmd10
1. from a PowerPro button with startup dir equal v:\
2. from a TCC prompt: v:\> START [/dv:\] d:\tcmd10\tcc.exe
3. from a TCC prompt: v:\> SHELLEX d:\tcmd10\tcc.exe "" v:\
If it starts in its home, it displays its own icon. Examples are:
1. from a PowerPro button with startup dir equal d:\tcmd10
2. from a TCC prompt: v:\> START /dd:\tcmd10 d:\tcmd10\tcc.exe
3. from a TCC prompt: v:\> SHELLEX d:\tcmd10\tcc.exe "" d:\tcmd10