2011
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
2006
Shell Tips ! » CLI workaround for Windows XP : Doing a pause in a batch script
by oriegNice tips for producing a simple delay with batch on windows XP by doing a ping or adding the windows server 2003 sleep.exe
Shell Tips !» CLI workaround for Windows XP : Using TAIL
by oriegUsefull workaround for missing tail command on windows XP. Good tips for windows admins.
Shell Tips !» Blog Archive » Delete old files by the last access date
by oriegA case study about a scheduled method with a batch file for deleting some old files by their last access date on a Windows XP Workstation.
1
(5 marks)