-
Notifications
You must be signed in to change notification settings - Fork 19
/
RESOURCES
43 lines (23 loc) · 1.42 KB
/
RESOURCES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
GENERAL RESOURCES ON WINDOWS BATCH FILE PROGRAMMMING
----------------------------------------------------
The Windows command line commands will bring up help information
that is particularly useful:
help set
help for
help if
Here are some links on Windows batch file programmming.
ftp://garbo.uwasa.fi/pc/link/tscmd.zip - FAQ with many idioms
http://gearbox.maem.umr.edu/batch/f_w_util/ - Frank Westlake utilities
http://gearbox.maem.umr.edu/fwu/ - more Frank Westlake utilities
http://groups-beta.google.com/group/alt.msdos.batch.nt/msg/5a9587e871c27a75 - cmd bugs
http://groups-beta.google.com/group/alt.msdos.batch/msg/7b1d22945c89af75 - cmd help resources
http://msdn.microsoft.com/downloads/list/webdev.asp - Windows script downloads
http://thesystemguard.com/TheGuardBook/CCS-Int/ - info on batch commands
http://www.allenware.com/icsw/icswref.htm - info on batch commands
http://www.commandline.co.uk - Ritchie Lawrence cmd line utilities
http://www.cybermesa.com/~bstewart/ - Bill Stewart’s scripting tools
http://www.fpschultze.de - FP Shcultze’s batch tricks
http://www.microsoft.com/technet/community/columns/scripts - MS TechNet scripting
http://www.paulsadowski.com/WSH/cmdutils.htm - Paul Sadowski batch info
http://www.ss64.com/nt/index.html - batch command reference
http://www.vlaurie.com/computers2/Articles/rundll32.htm - rundll for batch scripts