Yo'i. Tapi gak perlu restart, log off aja udah cukup. Wong batch file nya ada di login script (atau start up menu), ya emang gak otomatis. Paling tidak untuk menghandle update aplikasi di komputer2 client untuk perubahan2 minor kita gak terlalu repot, jadi dengan asumsi user tiap hari selalu mematikan komputernya, maka aplikasi di komputer client pasti update dg versi terbaru yg ada di server setiap hari nya.
regards, Andi F. ----- Original Message ----- From: mellon To: [email protected] Sent: Friday, April 21, 2006 12:35 PM Subject: RE: [indopb] Re: Install PB 8 di client woo, thank ya. akan kucoba. tapi user/clients harus restart PC-kah ? setelah kita update file yang baru di server -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Andi F. Sent: Wednesday, April 19, 2006 11:21 PM To: [email protected] Subject: Re: [indopb] Re: Install PB 8 di client Dari pada pake aplikasi kecil tambahan, mendingan juga dengan cara spt ini : 1. Buat 1 folder sharing di server yg berisi .exe dan .pbd terbaru. 2. Kalo LAN nya udah pake domain, buat aja script login di masing2 user nya yang berisi perintah replace file2 aplikasi di komputer client dari folder sharing di server tsb. Pakai aja perintah xcopy dg opti /Y untuk force replace dan /D untuk mencopy hanya file2 dg tanggal lebih muda. Contoh : XCOPY \\SERVER\SHARE\*.* C:\APP /D /Y 3. Kalo blm pake domain, ya bikin aja di batch file dan simpen di startup menu. Otomatis tiap hari kalo user login file2 aplikasinya akan replace dengan update yg terbaru. regards, Andi F. [Non-text portions of this message have been removed] ----------------------------------------------- IndoPB - Indonesia PB User Group To Post a message, send it to: [EMAIL PROTECTED] To Unsubscribe,send a blank message to: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indopb/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
