2010
DOS on Dope: The last MVC web framework you'll ever need
by nhoizey"If you can't trust public visitors from the internet, who can you trust? Executing user input as commands inside the operating system is the most direct way to get things done, and that's what matters most. Isn't it?"
2007
dojo.foo ยป Running multiple versions of Firefox (side by side)
by jsquared71 & 1 other<?xml version="1.0"?> <package> <job id="Firefox:1.5:Loader"> <?job debug="true"?> <script language="javascript"> var shell = WScript.CreateObject("WScript.Shell"); var env = shell.Environment("User"); env("MOZ_NO_REMOTE") = 1; shell.Exec('C:\\Program Fil
1
(2 marks)