Minimals & Windows PowerShell
With cmd.exe call C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex does it's job correctly. I would like to know the same for Windows PowerShell: . C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex & C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex don't work and call doesn't exist in PowerShell. -- luigi
On Thu, Aug 19, 2010 at 15:17, luigi scarso
With cmd.exe call C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex does it's job correctly.
You should not even need the second argument.
I would like to know the same for Windows PowerShell: . C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex & C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex don't work and call doesn't exist in PowerShell.
Does anyone know any more about PowerShell? I'm ready to change the code in setuptex.bat, but I don't use windows and I'm not too eager to explore it myself. If you manage to figure out what needs to be done, let me know. Mojca
On Thu, Aug 19, 2010 at 16:33, Mojca Miklavec
On Thu, Aug 19, 2010 at 15:17, luigi scarso
wrote: With cmd.exe call C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex does it's job correctly.
You should not even need the second argument.
I would like to know the same for Windows PowerShell: . C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex & C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex don't work and call doesn't exist in PowerShell.
Does anyone know any more about PowerShell? I'm ready to change the code in setuptex.bat, but I don't use windows and I'm not too eager to explore it myself.
Standard shell of Windows is fine for me. I not need another shell :) When you change something in setuptex.bat it's better to think about "standard" firstly.
On 19-8-2010 6:20, Vnpenguin wrote:
On Thu, Aug 19, 2010 at 16:33, Mojca Miklavec
wrote: On Thu, Aug 19, 2010 at 15:17, luigi scarso
wrote: With cmd.exe call C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex does it's job correctly.
You should not even need the second argument.
I would like to know the same for Windows PowerShell: . C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex & C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex don't work and call doesn't exist in PowerShell.
Does anyone know any more about PowerShell? I'm ready to change the code in setuptex.bat, but I don't use windows and I'm not too eager to explore it myself.
Standard shell of Windows is fine for me. I not need another shell :) When you change something in setuptex.bat it's better to think about "standard" firstly.
i've been using this for a quite some time now: http://sourceforge.net/projects/console/ it is much faster in scrolling the log; it captures the output and flushes periodically contrary to the normal console which flushes each char and as tex often writes char by char ...; other os's use delays in the refresh in consoles so there it's less noticeable Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Thu, Aug 19, 2010 at 18:44, Hans Hagen
i've been using this for a quite some time now:
http://sourceforge.net/projects/console/
it is much faster in scrolling the log; it captures the output and flushes periodically contrary to the normal console which flushes each char and as tex often writes char by char ...; other os's use delays in the refresh in consoles so there it's less noticeable
Thanks for the link.
Am 19.08.2010 15:17, schrieb luigi scarso:
With cmd.exe call C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex does it's job correctly.
I would like to know the same for Windows PowerShell: . C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex & C:\luatex\minimals-beta\context\tex\setuptex.bat C:\luatex\minimals-beta\context\tex don't work and call doesn't exist in PowerShell.
maybe & "C:\luatex\minimals-beta\context\tex\setuptex.bat" http://technet.microsoft.com/de-de/library/ee176949%28en-us%29.aspx I don't have installed it on my system...eshell would kill me ;-) Best wishes, Peter
On Thu, Aug 19, 2010 at 4:42 PM, Peter Rolf
maybe
& "C:\luatex\minimals-beta\context\tex\setuptex.bat"
http://technet.microsoft.com/de-de/library/ee176949%28en-us%29.aspx no and even dot source
-- luigi
On Thu, Aug 19, 2010 at 4:42 PM, Peter Rolf
maybe
& "C:\luatex\minimals-beta\context\tex\setuptex.bat"
http://technet.microsoft.com/de-de/library/ee176949%28en-us%29.aspx no and even dot source fails
-- luigi
participants (5)
-
Hans Hagen
-
luigi scarso
-
Mojca Miklavec
-
Peter Rolf
-
Vnpenguin