Thread overview
[Issue 9902] New: The @cmdfile option is not available using PowerShell
Apr 08, 2013
Jesse Phillips
Apr 08, 2013
Jesse Phillips
April 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9902

           Summary: The @cmdfile option is not available using PowerShell
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: Jesse.K.Phillips+D@gmail.com


--- Comment #0 from Jesse Phillips <Jesse.K.Phillips+D@gmail.com> 2013-04-07 19:31:51 PDT ---


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9902


Jesse Phillips <Jesse.K.Phillips+D@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Jesse.K.Phillips+D@gmail.co
                   |                            |m


--- Comment #1 from Jesse Phillips <Jesse.K.Phillips+D@gmail.com> 2013-04-07 19:33:45 PDT ---
Powershell uses the @ for "splatting" thus it can no longer be used for argument lists. Error below

"The splatting operator '@' cannot be used to reference variables in an expression. '@xmlp' can be used only as an argument to a command. To reference"

Not sure what to do about it, but thought this would be best place for it.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9902


safety0ff.bugz@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |safety0ff.bugz@gmail.com


--- Comment #2 from safety0ff.bugz@gmail.com 2013-04-07 19:58:16 PDT ---
Can you use this: http://stackoverflow.com/a/5571703 ?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------