I had five toolbar buttons and deleted the second one. All the buttons were ok until I restarted TCMD16. At that point all buttons (except the first) were messed up. The properties of the second button were all blank, the properties of the third button looked like what the second should have been, and so on.
I noticed this with an older build of TCMD16 but reconfirmed it with the newly uploaded build 31.
If it helps here is the portion of the INI file BEFORE I deleted the button:
And AFTER I deleted button 2:
I noticed this with an older build of TCMD16 but reconfirmed it with the newly uploaded build 31.
If it helps here is the portion of the INI file BEFORE I deleted the button:
Code:
[Toolbar1]
Title=Shells
B1=256,C:\Program Files\JPSoft\Take Command x64 16.0\tcc.exe,TCC 16,,,"C:\Program Files\JPSoft\Take Command x64 16.0\tcc.exe"
B2=256,C:\Program Files\JPSoft\TCMD15x64\tcc.exe,TCC 15,,,"C:\Program Files\JPSoft\TCMD15x64\tcc.exe"
B3=260,C:\Windows\system32\cmd.exe,cmd,cmd,C:\,C:\Windows\system32\cmd.exe
B4=260,C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe,PowerShell,PowerShell,C:\,C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
B5=256,C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe,PowerShell AD,PowerShell AD,C:\,C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command import-module ActiveDirectory
And AFTER I deleted button 2:
Code:
[Toolbar1]
Title=Shells
B1=256,C:\Program Files\JPSoft\Take Command x64 16.0\tcc.exe,TCC 16,,,"C:\Program Files\JPSoft\Take Command x64 16.0\tcc.exe"
B3=260,C:\Windows\system32\cmd.exe,cmd,cmd,C:\,C:\Windows\system32\cmd.exe
B4=260,C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe,PowerShell,PowerShell,C:\,C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
B5=256,C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe,PowerShell AD,PowerShell AD,C:\,C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command import-module ActiveDirectory