Jay's Software Development
Monday, October 30, 2006
Monday, October 23, 2006
C# Syntax
-- for loop
for (int index = 0; index < maximumCount; index++)
{
cmbName.Items.Add(valueList[index].ToString());
}
Thursday, October 12, 2006
Scripting
http://www.microsoft.com/technet/desktopdeployment/depprocess/osddlex_6.mspx
DOS Links:http://home.att.net/~gobruen/progs/dos_batch/dos_batch.html
http://www.chebucto.ns.ca/~ak621/DOS/BatBasic.html
http://goforit.unk.edu/msdos/msdos19.htm
http://www.aumha.org/a/batches.php
http://www.scriptinganswers.com/archive/articles/Copyfolderwithsubfolderstoremoteworkstations.htm
http://www.computerhope.com/batch.htm#windows
http://www.csidata.com/custserv/onlinehelp/VBSdocs/vbs270.htm