Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Using Here-String with Describe

Aug
1,917
68
While describe has the /D option, the description must be enclosed in quotes;
Code:
describe cdate.exe /D"Created using PS2EXE.ps1"

Using Here-String, you do not need the /D option, nor does the description need to be enclosed in quotes;
Code:
describe cdate.exe <<< Created using PS2EXE.ps1

Joe
 

Similar threads

Back
Top