--
You received this message because you are subscribed to the Google Groups "CS-Script" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cs-script+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
NuGet.exe Update -self

--

//css_args /ac;
using System.Diagnostics;
using System;
void main()
{
Process.Start("cmd.exe", "/K \"%CSSCRIPT_DIR%\\lib\\nuget.exe\" Update -self");
}
Though the release will have a little more advanced implementation with the std output redirected.