Quantcast
Viewing all articles
Browse latest Browse all 1683

TCEDIT your PowerShell Profile

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;
Code:
tcedit %@pshell[$Profile]
That way, I don't have to know where my PowerShell Profile is located, in order to edit it.

Joe

Viewing all articles
Browse latest Browse all 1683

Trending Articles