My guess on this is that you need PowerShell 2.0, just a guess though. It can be download as a part of this package:
http://www.microsoft.com/en-us/download/details.aspx?id=16818 On Thu, Jul 5, 2012 at 10:21 AM, Andrew <ache...@gmail.com> wrote: > fwiw, here's what I see on Windows XP. There are instructions for running > LightTable without Powershell? What are they? > > --- > > PS C:\Documents and Settings\user\lighttable> .\light.ps1 table > > Security Warning > Run only scripts that you trust. While scripts from the Internet can be > useful, this script can potentially harm your computer. Do you want to run > C:\Documents and Settings\user\lighttable\light.ps1? > [D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): r > Creating C:\Documents and Settings\user\.lighttable... > > > Directory: Microsoft.PowerShell.Core\FileSystem::C:\Documents and > Settings\user > > > Mode LastWriteTime Length Name > ---- ------------- ------ ---- > d---- 7/5/2012 9:59 AM .lighttable > > > Directory: Microsoft.PowerShell.Core\FileSystem::C:\Documents and > Settings\user\.lighttable > > > Mode LastWriteTime Length Name > ---- ------------- ------ ---- > d---- 7/5/2012 9:59 AM settings > d---- 7/5/2012 9:59 AM bin > d---- 7/5/2012 9:59 AM pids > d---- 7/5/2012 9:59 AM temp > d---- 7/5/2012 9:59 AM logs > The term 'Get-Job' is not recognized as a cmdlet, function, operable > program, or script file. Verify the term and try again. > At C:\Documents and Settings\user\lighttable\light.ps1:84 char:12 > + Get-Job <<<< -Name $ltjob -ea 0 > Fetching version: 0.0.6... > The term 'Get-Job' is not recognized as a cmdlet, function, operable > program, or script file. Verify the term and try again. > At C:\Documents and Settings\user\lighttable\light.ps1:84 char:12 > + Get-Job <<<< -Name $ltjob -ea 0 > The term 'Get-Job' is not recognized as a cmdlet, function, operable > program, or script file. Verify the term and try again. > At C:\Documents and Settings\user\lighttable\light.ps1:84 char:12 > + Get-Job <<<< -Name $ltjob -ea 0 > Starting server... (this takes several seconds) > The term 'Start-Job' is not recognized as a cmdlet, function, operable > program, or script file. Verify the term and try again. > At C:\Documents and Settings\user\lighttable\light.ps1:98 char:18 > + Start-Job <<<< -InputObject $ltjar -Name $ltjob { java -jar > $input prod } > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en