- Aug
- 2,263
- 108
The TCEDIT command allows one to easily edit the TCMD.INI or the TCSTART.BTM files using the /INI and /START command line options, without having to know where these files are located.
While there is no command line option for TCEDIT to easily edit my PowerShell Profile, it is still easy to do so using;
That way, I don't have to know where my PowerShell Profile is located, in order to edit it.
Joe
While there is no command line option for TCEDIT to easily edit my PowerShell Profile, it is still easy to do so using;
Code:
tcedit %@pshell[$Profile]
Joe