Skip to content

Commit 43aa71b

Browse files
Update README.md
1 parent 8e50d95 commit 43aa71b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ MONO WORKDIR('/mydotnet')
7676

7777
**EXEFILE** - The .Net program you want to call.
7878

79-
**ARGS** - Command line parameters. Up to 40 args can be passed to a .Net program call. Do NOT put double quotes around parms or your program call may get errors because your parameters get compromised with double quotes. Double quotes are added automatically. Although single quotes are allowed around your data: Ex: **'My Parm Value'**
79+
**ARGS** - Command line parameters. Up to 40 args can be passed to a .Net program call. Do NOT put double quotes around parms or your program call may get errors because your parameters get compromised with double quotes. Double quotes are added automatically inside the CL command processing program. Single quotes are allowed around your parmaeter data: Ex: **'My Parm Value 1' 'My Parm Value 2'**
8080

8181
**OUTFILE** - The output file which will receive STDOUT lokking feedback.
8282

@@ -115,7 +115,7 @@ MONO2 WORKDIR('/mydotnet')
115115

116116
**EXEFILE** - The .Net program you want to call.
117117

118-
**ARGS** - Command line parameters. A single command line string where each parameter is delimited by double quotes. Double quotes are automatically removed by the .Net program when it processes the arguments. Ex: **'"My Parm Value1" "My Parm Value2"'** Notice the entire command line value is surrounded by single quotes and each parm is delimited with double quotes.
118+
**ARGS** - Command line parameters. A single command line string where each parameter is delimited by double quotes. The double quotes are automatically removed by the .Net program when it processes the arguments. Ex: **'"My Parm Value1" "My Parm Value2"'** Notice the entire command line value is surrounded by single quotes and each parm is delimited with double quotes.
119119

120120
**OUTFILE** - The output file which will receive STDOUT lokking feedback.
121121

0 commit comments

Comments
 (0)