• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

scripts and batch files

Assuming you're referring to DOS batch files and Windows scripting...

A few places to start on batch files:

http://www.computerhope.com/batch.htm

http://home7.inet.tele.dk/batfiles/intro/contents.htm

http://gearbox.maem.umr.edu/~batch/batchtoc.htm

Windows scripting refers to a VERY broad range of activities. A starting point on the ins and outs of Windows scripting can be found here:

http://msdn.microsoft.com/library/periodic/period99/w9p99b4.htm

with more information available by just searching the MSKB / Technet. Searching the MSKB / Technet can be a bit tiresome, but the surface information, and information about how to find in-depth information, is all there. It will help to narrow your focus to a specific type of task that you wish to accomplish and search on the related terms. If you get into this, don't neglect to consider the security issues that arise from using scripting.

An excellent aid to script production is here:

http://www.windowware.com/

BUT there are a LOT of alternatives. You might do a search.

Good luck!

Regards,
Jim
 
Back
Top