- Timestamp:
- Sep 5, 2010, 10:28:01 AM (15 years ago)
- Location:
- branches/guitools-1.0
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-1.0/install/readme.sscc
r409 r490 1 SSCC Simple Samba Configuration Center Version 0.9.51 SSCC Simple Samba Configuration Center Version 1.0.0 2 2 ==================================================== 3 3 -
branches/guitools-1.0/install/sscc.vrp
r451 r490 3 3 MacroPath: VRM:U:\Develop\Samba\guitools-1.0\install 4 4 EXEPath: 5 RunParameters: / install5 RunParameters: /Install 6 6 RunDirectory: E:\Dev\REXX\VXREXX\Projects\Samba\install 7 VRXWindow: __VREMainWindow,1, 2180,4481,891,72638 VRXWindow: __VRESectionListWindow,1, 3011,10551,8974,48909 VRXWindow: __VREToolsWindow,1,2 867,2361,6992,166510 VRXWindow: __VREWindListWindow,1, 385,12286,2650,31507 VRXWindow: __VREMainWindow,1,1987,5059,891,7263 8 VRXWindow: __VRESectionListWindow,1,2819,12671,8974,4890 9 VRXWindow: __VREToolsWindow,1,2674,4481,6483,1659 10 VRXWindow: __VREWindListWindow,1,193,14406,2650,3150 11 11 UserFile: 1 12 12 UserWindow: Main,1 -
branches/guitools-1.0/install/sscc.vrx
r451 r490 985 985 call lineout trg, '# from 'value("USER",,'OS2ENVIRONMENT')'@'value("HOSTNAME",,'OS2ENVIRONMENT') 986 986 call lineout trg, '# Date: 'date()' 'time() 987 lct = 0 987 988 do until lines(src) = 0 988 989 smbline = linein(src) 989 990 if pos("winbind separator",smbline) > 0 then iterate 990 991 call lineout trg, smbline 991 end 992 lct = lct + 1 993 end 994 say "Lines saved "lct 992 995 ok = stream(trg,'c','close') 993 996 ok = stream(src,'c','close') … … 2546 2549 */ 2547 2550 Menu_Options_ExportMode_Click: 2548 say 'ExpertMode_Click started'2549 saysamba.!testparmexe' -v -s 1>'TempDir'smb.conf 2>'TempDir'sscc.testparm'2551 say 'ExpertMode_Click started' 2552 say samba.!testparmexe' -v -s 1>'TempDir'smb.conf 2>'TempDir'sscc.testparm' 2550 2553 address cmd samba.!testparmexe' -v -s 1>'TempDir'smb.conf 2>'TempDir'sscc.testparm' 2551 say 'VRCopyFile('TempDir'smb.conf, 'smbconf' )' 2554 say 'VRCopyFile('TempDir'smb.conf, 'smbconf' )' 2555 say " smb.conf Gráe: "stream(smbconf,'c','QUERY SIZE') 2552 2556 ok = VRCopyFile( TempDir'smb.conf', smbconf ) 2553 say 'Copy ok ='ok' (1 = success, 0 = failure)' 2557 say " smb.conf Gráe: "stream(smbconf,'c','QUERY SIZE') 2558 say 'Copy ok ='ok' (1 = success, 0 = failure)' 2554 2559 call _SmbConfTreeReset 2555 2560 call Main_Resize 2556 say 'ExpertMode_Click done'2561 say 'ExpertMode_Click done' 2557 2562 return 2558 2563 … … 2568 2573 */ 2569 2574 Menu_Options_SimpleMode_Click: 2570 2571 say 'SimpleMode_Click started' 2572 say samba.!testparmexe' -s 1>'TempDir'smb.conf 2>'TempDir'sscc.testparm' 2575 say 'SimpleMode_Click started' 2576 say samba.!testparmexe' -s 1>'TempDir'smb.conf 2>'TempDir'sscc.testparm' 2573 2577 address cmd samba.!testparmexe' -s 1>'TempDir'smb.conf 2>'TempDir'sscc.testparm' 2574 say 'VRCopyFile('TempDir'smb.conf, 'smbconf' )' 2578 NewSize = stream(TempDir"smb.conf",'c','QUERY SIZE') 2579 say " "TempDir"smb.conf Gráe: "NewSize 2580 if NewSize = 0 then 'pause' 2581 say " smb.conf Gráe: "stream(smbconf,'c','QUERY SIZE') 2582 say 'VRCopyFile('TempDir'smb.conf, 'smbconf' )' 2575 2583 ok = VRCopyFile( TempDir'smb.conf' , smbconf ) 2576 say 'Copy ok ='ok' (1 = success, 0 = failure)' 2584 say " smb.conf Gráe: "stream(smbconf,'c','QUERY SIZE') 2585 say 'Copy ok ='ok' (1 = success, 0 = failure)' 2577 2586 call _SmbConfTreeReset 2578 2587 do I = Page to 3 by -1 … … 2708 2717 */ 2709 2718 PB_Cancel_Click: 2719 call PB_Create_Click 2710 2720 call Quit 2711 2721 return … … 2897 2907 if VRGet("Main","WindowState") = "Maximized"|, 2898 2908 VRGet("Main","WindowState") = "Minimized" then ok = VRMethod("Main", "Restore") 2899 ok = VRRedirectStdio('OFF') 2900 2909 2910 /* if samba.!testparmexe <> "" then do 2901 2911 address cmd samba.!testparmexe' -s 1>'TempDir'smb.conf 2>'TempDir'sscc.testparm' 2902 2912 call _SmbConfCommitChanges 2903 end 2913 end */ 2904 2914 2905 2915 call _INIWrite … … 2908 2918 ok = SysFileDelete(smboutput) 2909 2919 2920 /* ok = VRRedirectStdio('OFF') */ 2910 2921 window = VRWindow() 2911 2922 call VRSet window, "Shutdown", 1 -
branches/guitools-1.0/smbusers/changes
r451 r490 1 Version 0.9.9 01-05-2010 2 !Fixed: Minor buglet. 1 3 Version 0.9.8 14-03-2010 2 4 !Fixed: Bug in NLV.VRS 2.0 -
branches/guitools-1.0/smbusers/readme.smbusers
r333 r490 1 Local Samba users and groups 0.9. 31 Local Samba users and groups 0.9.9 2 2 ================================== 3 3 -
branches/guitools-1.0/smbusers/smbusers.VRP
r451 r490 7 7 VRXWindow: __VREMainWindow,1,2180,3710,891,8000 8 8 VRXWindow: __VRESectionListWindow,1,2951,9299,8949,5167 9 VRXWindow: __VREToolsWindow,1,2457,1012,6 992,16699 VRXWindow: __VREToolsWindow,1,2457,1012,6489,1659 10 10 VRXWindow: __VREWindListWindow,1,446,11130,2650,3150 11 11 UserFile: 1
Note:
See TracChangeset
for help on using the changeset viewer.