-
Notifications
You must be signed in to change notification settings - Fork 3
/
_ToDo.html
124 lines (83 loc) · 2.69 KB
/
_ToDo.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
check
✄ FindInPath.cmd
✄ IsGroupMember.cmd
✄ LatestLogon.cmd
✄ mkJob.cmd
✄ WindowsVersion.cmd
http://stackoverflow.com/questions/245395/hidden-features-of-windows-batch-files#246691
cls & dir
copy a b && echo Success
copy a b || echo Failure
stackoverflow.com/questions/245395/hidden-features-of-windows-batch-files?page=3&tab=votes#tab-top
Setting environment variables from a file with SET /P
SET /P SVNVERSION=<ver.tmp
11:23 08-10-2015
Add to _subscripts
::@(#)OPTIONS
::@(-) Flags, parameters, arguments (NOT the Monty Python way)
::@(#) -h Help page
::@(#)
---8<----------->8---
SET $VERSION=2015-10-08&SET $REVISION=11:20:00&SET $COMMENT=GetOpt: Calling usage on -h and exit on error / ErikBachmann
::**********************************************************************
::@(#)(c)%$Version:~0,4% %$Author%
::**********************************************************************
CALL "%~dp0\_DEBUG"
CALL "%~dp0\_Getopt" %*&IF ERRORLEVEL 1 EXIT /B 1
-----------------------------------------------------------------------
Add to scripts
SET $Author=Erik Bachmann, ClicketyClick.dk (ErikBachmann@ClicketyClick.dk)
::@(#)OPTIONS
::@(-) Flags, parameters, arguments (NOT the Monty Python way)
::@(#) -h Help page
::@(#)
---8<----------->8---
SET $VERSION=2015-10-08&SET $REVISION=16:00:00&SET $COMMENT=GetOpt: Calling usage and exit on error / ErikBachmann
::**********************************************************************
::@(#)(c)%$Version:~0,4% %$Author%
::**********************************************************************
ENDLOCAL
CALL "%~dp0\_DEBUG"
CALL "%~dp0\_Getopt" %*&IF ERRORLEVEL 1 EXIT /B 1
*************************************************************************************************************
::@(#) [ ].
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) [ ]
::@(#) []lf
::@(#) []
::@(#) []FF
::@(#) []CR
::@(#) []SO
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
::@(#) []
2015-02-09T06:32:17
Hvad kan presses ud af: wmic
Install.txt
ReadMe.txt
2014-01-24T09:12:00
*** Testing scripts ***
- mail.vbs.test [Skipped - no test available ]
- menu [Skipped - no test available ]
- md5 [Requires: GNU coreutils ]
- mkjob [DBC: Skipped - no test available ]