Changeset 571 for branches/guitools-2.0/shared
- Timestamp:
- May 29, 2011, 11:34:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/shared/smbtree.vrs
r570 r571 230 230 do I = 1 to smbmachine.0 231 231 say ' Going for "'smbmachine.I'"' 232 if VRIsValidObject("DT_STATUSBAR") then ok = VRSet("DT_STATUSBAR","Caption", VRGet("DT_STATUSBAR","Caption")||'.') 232 233 stat = stream(smbmachine.I,'c','open read') 234 233 235 if stat = "READY:" then do /* we found a readable output file */ 234 236 OneWorkGroupOnly = 0 … … 371 373 if UserCred = '-N' then UserCred = '' 372 374 375 if VRIsValidObject("DT_STATUSBAR") then ok = VRSet("DT_STATUSBAR","Caption", "Ready.") 373 376 say time()' _AddSharesDisplay() loop end' 374 377 return
Note:
See TracChangeset
for help on using the changeset viewer.