Changeset 396 for branches/client-1.5/src/rc/rc.rc
- Timestamp:
- Jan 28, 2010, 6:52:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/rc/rc.rc
r395 r396 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 " logfile - file to log records from smbcd.exe. Used only if smbcd.exe is run by ndpsmb.dll plugin, not manually\r\n"46 " loglevel - level of logging (0-9) for smbcd.exe. Used only if smbcd.exe is run by ndpsmb.dll plugin, not manually\r\n"47 45 " easupport - 0 to not support EA, 1 to support\r\n" 48 46 "\r\n" … … 102 100 RCDATA (DLG_ID + 7) 103 101 { 104 ENT_LOGFILE, PARMTYPE_STRING, 1L, 256L, "logfile", "%s", ""105 }106 107 RCDATA (DLG_ID + 8)108 {109 CMB_LOGLEVEL, PARMTYPE_INT, 0L, 9L, "loglevel", "%d", 0L,110 "0",111 "1",112 "2",113 "3",114 "4",115 "5",116 "6",117 "7",118 "8",119 "9"120 }121 122 RCDATA (DLG_ID + 9)123 {124 102 CHK_EASUPPORT, PARMTYPE_INT, 0L, 1L, "easupport", "%d", 1L, 125 103 "0", … … 127 105 } 128 106 129 RCDATA (DLG_ID + 10)107 RCDATA (DLG_ID + 8) 130 108 { 131 109 ENT_SPASS, PARMTYPE_STRING, 1L, 255L, "spassword", "%s", "" 132 110 } 133 111 134 RCDATA (DLG_ID + 11)112 RCDATA (DLG_ID + 9) 135 113 { 136 114 1
Note:
See TracChangeset
for help on using the changeset viewer.