Changeset 401 for branches/client-1.6/src/rc/rc.rc
- Timestamp:
- Jan 29, 2010, 1:51:25 PM (16 years ago)
- File:
-
- 1 edited
-
branches/client-1.6/src/rc/rc.rc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.6/src/rc/rc.rc
r189 r401 34 34 "Help for command line utility:\r\n" 35 35 "\r\n" 36 "nd mount smbfs s:\\mountpoint ;workgroup=...;server=...;share=...;user=...;password=...;master=...;mastertype=...; memlen=...;logfile=...;loglevel=...;easupport=...\r\n"36 "nd mount smbfs s:\\mountpoint ;workgroup=...;server=...;share=...;user=...;password=...;master=...;mastertype=...;easupport=...\r\n" 37 37 "\r\n" 38 38 " workgroup - name of workgroup\r\n" … … 43 43 " master - name of master server or master workgroup\r\n" 44 44 " mastertype - 0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup\r\n" 45 " memlen - the size of shared memory buffer allocated for every NDFS connection in size of 64k blocks\r\n"46 " logfile - file to log records from smbcd.exe. Used only if smbcd.exe is run by ndpsmb.dll plugin, not manually\r\n"47 " loglevel - level of logging (0-9) for smbcd.exe. Used only if smbcd.exe is run by ndpsmb.dll plugin, not manually\r\n"48 45 " easupport - 0 to not support EA, 1 to support\r\n" 49 46 "\r\n" … … 103 100 RCDATA (DLG_ID + 7) 104 101 { 105 CMB_MEMLEN, PARMTYPE_INT, 1L, 10L, "memlen", "%d", 2L,106 "64k",107 "128k",108 "192k",109 "256k",110 "320k",111 "384k",112 "448k",113 "512k",114 "576k",115 "640k"116 }117 118 RCDATA (DLG_ID + 8)119 {120 ENT_LOGFILE, PARMTYPE_STRING, 1L, 256L, "logfile", "%s", ""121 }122 123 RCDATA (DLG_ID + 9)124 {125 CMB_LOGLEVEL, PARMTYPE_INT, 0L, 9L, "loglevel", "%d", 0L,126 "0",127 "1",128 "2",129 "3",130 "4",131 "5",132 "6",133 "7",134 "8",135 "9"136 }137 138 RCDATA (DLG_ID + 10)139 {140 102 CHK_EASUPPORT, PARMTYPE_INT, 0L, 1L, "easupport", "%d", 1L, 141 103 "0", … … 143 105 } 144 106 145 RCDATA (DLG_ID + 11)107 RCDATA (DLG_ID + 8) 146 108 { 147 109 ENT_SPASS, PARMTYPE_STRING, 1L, 255L, "spassword", "%s", "" 148 110 } 149 111 150 RCDATA (DLG_ID + 12)112 RCDATA (DLG_ID + 9) 151 113 { 152 114 1
Note:
See TracChangeset
for help on using the changeset viewer.
