Results 1 to 2 of 2

Thread: Add comments inside Powershell

  1. #1
    Bruno Guerpillon Guest

    Add comments inside Powershell

    Hi

    I'd like to know how to add a comment inside a Powershell ?
    (typically a REM)

    Thanks

    Regards

    Bruno



  2. #2
    nwcubsfan Guest

    RE: Add comments inside Powershell

    This is from the PS Quick Reference

    Comments
    # This is a comment because # is the first char of a token
    $a = “#This is not a comment…”
    $a = “something” # …but this is.
    Write-Host Hello#world

    Dan



    "Bruno Guerpillon" wrote:

    > Hi
    >
    > I'd like to know how to add a comment inside a Powershell ?
    > (typically a REM)
    >
    > Thanks
    >
    > Regards
    >
    > Bruno
    >
    >
    >


Similar Threads

  1. Any useful comments about ASUS service?
    By Naruto Uzumaki in forum Portable Devices
    Replies: 3
    Last Post: 14-05-2011, 06:55 PM
  2. Can't view comments on my ipad
    By AARON Carter in forum Portable Devices
    Replies: 3
    Last Post: 01-10-2010, 10:20 AM
  3. Can't approve my comments on myspace
    By kevin12 in forum Off Topic Chat
    Replies: 3
    Last Post: 22-08-2009, 01:42 PM
  4. Comments on the images
    By StarTraveller in forum Customize Desktop
    Replies: 1
    Last Post: 28-11-2008, 07:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,964,928.11915 seconds with 16 queries