|
|
|
![]() |
|
Strumenti |
![]() |
#61 | |
Senior Member
Iscritto dal: Apr 2002
Messaggi: 23793
|
Quote:
of line in che senso???
__________________
....... ___ [Thread Ufficiale] --- VENDO:__COVER + VETRO BQ Aquaris X/X PRO__HW VARIO, ali, mobo, ram, cpu, ventole, etc.__ _CLICCA QUI PER VEDERE LE TRATTATIVE CONCLUSE e LE REGOLE DELLE MIE INSERZIONI__ |
|
![]() |
![]() |
![]() |
#62 |
Bannato
Iscritto dal: Jul 2000
Città: Sanremo (IM)
Messaggi: 6025
|
Prima di rientrare in Windows. E' buona cosa leggerli... i manuali utente.
![]() |
![]() |
![]() |
![]() |
#63 | |
Senior Member
Iscritto dal: Apr 2002
Messaggi: 23793
|
Quote:
il manuale di windows è ridicolo l'ho rimosso dal sistema
__________________
....... ___ [Thread Ufficiale] --- VENDO:__COVER + VETRO BQ Aquaris X/X PRO__HW VARIO, ali, mobo, ram, cpu, ventole, etc.__ _CLICCA QUI PER VEDERE LE TRATTATIVE CONCLUSE e LE REGOLE DELLE MIE INSERZIONI__ |
|
![]() |
![]() |
![]() |
#64 |
Senior Member
Iscritto dal: Apr 2004
Messaggi: 502
|
Una curiosità..
X defraggare il mio povero hd uso diskeeper...mi trovo abbastanza bene, xò 'sto programmino mi lascia perplesso...si può infatti procedere al defrag anche se altri prg stanno scrivendo su hd...come è possibile? il defrag di win addirittura si blocca (o riparte, non ricordo ) se parte lo screensaver!
__________________
"Chiù pilu pì tutti" - "Tira chiù nu pilu ca nu 'nsartu!" A volte, una ricerca su Google vale più di mille parole.. Non dimentichiamo che... |
![]() |
![]() |
![]() |
#65 | |
Bannato
Iscritto dal: Jul 2000
Città: Sanremo (IM)
Messaggi: 6025
|
Quote:
|
|
![]() |
![]() |
![]() |
#66 | |
Bannato
Iscritto dal: Jul 2000
Città: Sanremo (IM)
Messaggi: 6025
|
Quote:
|
|
![]() |
![]() |
![]() |
#67 |
Senior Member
Iscritto dal: Apr 2004
Messaggi: 502
|
ok..quindi vado tranko..thx!
__________________
"Chiù pilu pì tutti" - "Tira chiù nu pilu ca nu 'nsartu!" A volte, una ricerca su Google vale più di mille parole.. Non dimentichiamo che... |
![]() |
![]() |
![]() |
#68 |
Bannato
Iscritto dal: Jul 2000
Città: Sanremo (IM)
Messaggi: 6025
|
![]() |
![]() |
![]() |
![]() |
#69 | |
Senior Member
Iscritto dal: Dec 2000
Città: provincia di TV
Messaggi: 1017
|
Quote:
http://utenti.lycos.it/rbianco/vbscript.htm NOTA BENE: *NON* fornisco assistenza sullo script in questione. Posso solo dire che lo uso correntemente senza problemi, ma NON garantisco alcunché! ![]()
__________________
. |
|
![]() |
![]() |
![]() |
#70 |
Bannato
Iscritto dal: Jul 2000
Città: Sanremo (IM)
Messaggi: 6025
|
Ottimo lavoro. complimenti!
![]() ![]() |
![]() |
![]() |
![]() |
#71 |
Senior Member
Iscritto dal: Dec 2000
Città: provincia di TV
Messaggi: 1017
|
Tnx!
E' stato bello imparare un po' di VBS proprio con l'obiettivo di creare gli script che vedi in quella pagina: ho unito l'utile al... utile! ![]() Peccato che VBS sia Windows-only, e che usarlo nei siti web significhi renderli IE-only... ![]()
__________________
. |
![]() |
![]() |
![]() |
#72 |
Bannato
Iscritto dal: Jul 2000
Città: Sanremo (IM)
Messaggi: 6025
|
Comunque è un eccellente approccio. Personalmente non sono granché con il VBS. Ci faccio poco. Ho raggiunto risultati simili (per la rapida riconfigurazione ed aggiornamento di Windows XP) lavorando direttamente sul registro attraverso file batch.
Certo è che le potenzialità del VBS sono enormi. ![]() Quando vedo lavori ben fatti, come i Tuoi... mi esalto. Non siamo soli... nell'universo. |
![]() |
![]() |
![]() |
#73 | |
Senior Member
Iscritto dal: Dec 2000
Città: provincia di TV
Messaggi: 1017
|
Quote:
Ti va di postare il tuo lavoro qui, oppure di mandarmi un'email così ti rispondo e mi alleghi poi il tutto?
__________________
. |
|
![]() |
![]() |
![]() |
#74 |
Bannato
Iscritto dal: Jul 2000
Città: Sanremo (IM)
Messaggi: 6025
|
Questo è un esempio... Logicamente si tratta di diversi batch, che si occupano di intervenire si diversi aspetti ed in diversi momenti e, successivi ad una installazione automatizzata con unattended file (che tutti conoscono):
;Factory.cmd: CLS @echo off ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registry ECHO hacks being implemented. The computer will restart automatically ECHO once the whole process has finished! ECHO. ECHO Push e key when ready... pause ECHO. ECHO Removing Wallpapers and Screensavers... DEL "%systemroot%\*.bmp" DEL "%systemroot%\Web\Wallpaper\*.jpg" DEL "%systemroot%\system32\dllcache\*.scr" DEL "%systemroot%\system32\*.scr" ECHO. ECHO Remove Agent... if not exist always mkdir always if not exist always\msagent mkdir always\msagent rem Moving files move i386\agtinst.in_ always\msagent move i386\agentanm.dl_ always\msagent move i386\agentctl.dl_ always\msagent move i386\agentdp2.dl_ always\msagent move i386\agentdpv.dl_ always\msagent move i386\agentmpx.dl_ always\msagent move i386\agentpsh.dl_ always\msagent move i386\agentsr.dl_ always\msagent move i386\agentsvr.ex_ always\msagent move i386\agtctl15.tl_ always\msagent move i386\agtintl.dl_ always\msagent move i386\merlin.ac_ always\msagent move i386\mslwvtts.dl_ always\msagent rem Updating txtsetup.sif echo agentanm.dll>> txtsetup.log echo agentctl.dll>> txtsetup.log echo agentdp2.dll>> txtsetup.log echo agentdpv.dll>> txtsetup.log echo agentmpx.dll>> txtsetup.log echo agentpsh.dll>> txtsetup.log echo agentsr.dll>> txtsetup.log echo agentsvr.exe>> txtsetup.log echo agtctl15.tlb>> txtsetup.log echo agtintl.dll>> txtsetup.log echo merlin.acs>> txtsetup.log echo mslwvtts.dll>> txtsetup.log findstr /v /b /i /g:txtsetup.log i386\txtsetup.sif > txtsetup.sif move txtsetup.sif i386\txtsetup.sif del txtsetup.log rem Updating dosnet.inf echo d1,agentanm.dll>> dosnet.log echo d1,agentctl.dll>> dosnet.log echo d1,agentdp2.dll>> dosnet.log echo d1,agentdpv.dll>> dosnet.log echo d1,agentmpx.dll>> dosnet.log echo d1,agentpsh.dll>> dosnet.log echo d1,agentsr.dll>> dosnet.log echo d1,agentsvr.exe>> dosnet.log echo d1,agtctl15.tlb>> dosnet.log echo d1,agtintl.dll>> dosnet.log echo d1,merlin.acs>> dosnet.log echo d1,mslwvtts.dll>> dosnet.log findstr /v /b /i /g:dosnet.log i386\dosnet.inf > dosnet.inf move dosnet.inf i386\dosnet.inf del dosnet.log rem Updating agtinst.inf echo [Version]>> i386\agtinst.inf echo Signature="$CHICAGO$">> i386\agtinst.inf echo LayoutFile=layout.inf>> i386\agtinst.inf echo [DefaultInstall]>> i386\agtinst.inf makecab i386\agtinst.inf i386\agtinst.in_ del i386\agtinst.inf ECHO. ECHO Remove MSN Explorer... if not exist optional mkdir optional if not exist optional\msnmsn mkdir optional\msnmsn rem Moving files move i386\msnmsn.in_ optional\msnmsn move i386\ocmsn.dl_ optional\msnmsn move i386\msn.in_ optional\msnmsn move i386\msnupgrd.in_ optional\msnmsn move i386\msnmigr.in_ optional\msnmsn move i386\auupdate.ex_ optional\msnmsn move i386\copymar.ex_ optional\msnmsn move i386\dw.ex_ optional\msnmsn move i386\msn6.ex_ optional\msnmsn move i386\msnunin.ex_ optional\msnmsn move i386\csapi3t1.dl_ optional\msnmsn move i386\custdial.dl_ optional\msnmsn move i386\logonmgr.dl_ optional\msnmsn move i386\msdbx.dl_ optional\msnmsn move i386\msdwintl.dl_ optional\msnmsn move i386\msmom.dl_ optional\msnmsn move i386\msn9xmig.dl_ optional\msnmsn move i386\msncsapi.dl_ optional\msnmsn move i386\msnntmig.dl_ optional\msnmsn move i386\msnmetal.dl_ optional\msnmsn move i386\msnmetal.jc_ optional\msnmsn move i386\msnmetal.we_ optional\msnmsn move i386\msnmigr.dl_ optional\msnmsn move i386\msnmtllc.dl_ optional\msnmsn move i386\msnspell.dl_ optional\msnmsn move i386\sqdll.dl_ optional\msnmsn move i386\popc.dl_ optional\msnmsn move i386\msnlicen.tx_ optional\msnmsn move i386\manifest.xm_ optional\msnmsn move i386\msnemail.ic_ optional\msnmsn move i386\msncpq.ic_ optional\msnmsn move i386\msndell.ic_ optional\msnmsn move i386\msnms.ic_ optional\msnmsn move i386\msnread.ht_ optional\msnmsn move i386\privacy.ht_ optional\msnmsn move i386\highcont.ma_ optional\msnmsn move i386\mail.ma_ optional\msnmsn move i386\market.ma_ optional\msnmsn move i386\market.in_ optional\msnmsn move i386\signup.ma_ optional\msnmsn move i386\themedef.ma_ optional\msnmsn move i386\ui.ma_ optional\msnmsn move i386\msn14.ma_ optional\msnmsn move i386\msn14.in_ optional\msnmsn move i386\msn36.ma_ optional\msnmsn move i386\msn36.in_ optional\msnmsn move i386\msn100.ma_ optional\msnmsn move i386\msn100.in_ optional\msnmsn move i386\msn150.ma_ optional\msnmsn move i386\msn150.in_ optional\msnmsn move i386\msn163.ma_ optional\msnmsn move i386\msn163.in_ optional\msnmsn move i386\msn188.ma_ optional\msnmsn move i386\msn188.in_ optional\msnmsn move i386\msn220.ma_ optional\msnmsn move i386\msn220.in_ optional\msnmsn move i386\msn222.ma_ optional\msnmsn move i386\msn222.in_ optional\msnmsn move i386\msn238.ma_ optional\msnmsn move i386\msn238.in_ optional\msnmsn rem Updating txtsetup.sif echo msnmsn.inf>> txtsetup.log echo ocmsn.dll>> txtsetup.log echo msn.inf>> txtsetup.log echo msnupgrd.inf>> txtsetup.log echo auupdate.exe>> txtsetup.log echo copymar.exe>> txtsetup.log echo dw.exe>> txtsetup.log echo msn6.exe>> txtsetup.log echo msnunin.exe>> txtsetup.log echo csapi3t1.dll>> txtsetup.log echo custdial.dll>> txtsetup.log echo logonmgr.dll>> txtsetup.log echo msdbx.dll>> txtsetup.log echo msdwintl.dll>> txtsetup.log echo msmom.dll>> txtsetup.log echo msn9xmig.dll>> txtsetup.log echo msncsapi.dll>> txtsetup.log echo msnntmig.dll>> txtsetup.log echo msnmetal.dll>> txtsetup.log echo msnmetal.jcf>> txtsetup.log echo msnmetal.we>> txtsetup.log echo msnmigr.dll>> txtsetup.log echo msnmigr.ini>> txtsetup.log echo msnmtllc.dll>> txtsetup.log echo msnspell.dll>> txtsetup.log echo sqdll.dll>> txtsetup.log echo popc.dll>> txtsetup.log echo msnlicen.txt>> txtsetup.log echo manifest.xml>> txtsetup.log echo msnemail.ico>> txtsetup.log echo msncpq.ico>> txtsetup.log echo msndell.ico>> txtsetup.log echo msnms.ico>> txtsetup.log echo msnread.htm>> txtsetup.log echo privacy.htm>> txtsetup.log echo highcont.mar>> txtsetup.log echo mail.mar>> txtsetup.log echo market.mar>> txtsetup.log echo market.ini>> txtsetup.log echo signup.mar>> txtsetup.log echo themedef.mar>> txtsetup.log echo ui.mar>> txtsetup.log echo msn14.mar>> txtsetup.log echo msn14.ini>> txtsetup.log echo msn36.mar>> txtsetup.log echo msn36.ini>> txtsetup.log echo msn100.mar>> txtsetup.log echo msn100.ini>> txtsetup.log echo msn150.mar>> txtsetup.log echo msn150.ini>> txtsetup.log echo msn163.mar>> txtsetup.log echo msn163.ini>> txtsetup.log echo msn188.mar>> txtsetup.log echo msn188.ini>> txtsetup.log echo msn220.mar>> txtsetup.log echo msn220.ini>> txtsetup.log echo msn222.mar>> txtsetup.log echo msn222.ini>> txtsetup.log echo msn238.mar>> txtsetup.log echo msn238.ini>> txtsetup.log findstr /v /b /i /g:txtsetup.log i386\txtsetup.sif > txtsetup.sif move txtsetup.sif i386\txtsetup.sif del txtsetup.log rem Updating dosnet.inf echo d1,msnmsn.inf>> dosnet.log echo d1,ocmsn.dll>> dosnet.log echo d1,msn.inf>> dosnet.log echo d1,msnupgrd.inf>> dosnet.log echo d1,auupdate.exe>> dosnet.log echo d1,copymar.exe>> dosnet.log echo d1,dw.exe>> dosnet.log echo d1,msn6.exe>> dosnet.log echo d1,msnunin.exe>> dosnet.log echo d1,csapi3t1.dll>> dosnet.log echo d1,custdial.dll>> dosnet.log echo d1,logonmgr.dll>> dosnet.log echo d1,msdbx.dll>> dosnet.log echo d1,msdwintl.dll>> dosnet.log echo d1,msmom.dll>> dosnet.log echo d1,msn9xmig.dll>> dosnet.log echo d1,msncsapi.dll>> dosnet.log echo d1,msnntmig.dll>> dosnet.log echo d1,msnmetal.dll>> dosnet.log echo d1,msnmetal.jcf>> dosnet.log echo d1,msnmetal.we>> dosnet.log echo d1,msnmigr.dll>> dosnet.log echo d1,msnmigr.ini>> dosnet.log echo d1,msnmtllc.dll>> dosnet.log echo d1,msnspell.dll>> dosnet.log echo d1,sqdll.dll>> dosnet.log echo d1,popc.dll>> dosnet.log echo d1,msnlicen.txt>> dosnet.log echo d1,manifest.xml>> dosnet.log echo d1,msnemail.ico>> dosnet.log echo d1,msncpq.ico>> dosnet.log echo d1,msndell.ico>> dosnet.log echo d1,msnms.ico>> dosnet.log echo d1,msnread.htm>> dosnet.log echo d1,privacy.htm>> dosnet.log echo d1,highcont.mar>> dosnet.log echo d1,mail.mar>> dosnet.log echo d1,market.mar>> dosnet.log echo d1,market.ini>> dosnet.log echo d1,signup.mar>> dosnet.log echo d1,themedef.mar>> dosnet.log echo d1,ui.mar>> dosnet.log echo d1,msn14.mar>> dosnet.log echo d1,msn14.ini>> dosnet.log echo d1,msn36.mar>> dosnet.log echo d1,msn36.ini>> dosnet.log echo d1,msn100.mar>> dosnet.log echo d1,msn100.ini>> dosnet.log echo d1,msn150.mar>> dosnet.log echo d1,msn150.ini>> dosnet.log echo d1,msn163.mar>> dosnet.log echo d1,msn163.ini>> dosnet.log echo d1,msn188.mar>> dosnet.log echo d1,msn188.ini>> dosnet.log echo d1,msn220.mar>> dosnet.log echo d1,msn220.ini>> dosnet.log echo d1,msn222.mar>> dosnet.log echo d1,msn222.ini>> dosnet.log echo d1,msn238.mar>> dosnet.log echo d1,msn238.ini>> dosnet.log findstr /v /b /i /g:dosnet.log i386\dosnet.inf > dosnet.inf move dosnet.inf i386\dosnet.inf del dosnet.log rem Updating optional components expand -r i386\sysoc.in_ findstr /v /i /c:msnmsn.inf i386\sysoc.inf > sysoc.inf move sysoc.inf i386\sysoc.inf makecab i386\sysoc.inf i386\sysoc.in_ del i386\sysoc.inf ECHO. ECHO remove Netmeeting... if not exist always mkdir always if not exist always\msnetmtg mkdir always\msnetmtg rem Moving files move i386\msnetmtg.in_ always\msnetmtg move i386\blip.wa_ always\msnetmtg move i386\callcont.dl_ always\msnetmtg move i386\cb32.ex_ always\msnetmtg move i386\conf.ch_ always\msnetmtg move i386\conf.cn_ always\msnetmtg move i386\conf.ex_ always\msnetmtg move i386\conf.hl_ always\msnetmtg move i386\confmrsl.dl_ always\msnetmtg move i386\dcap32.dl_ always\msnetmtg move i386\h323cc.dl_ always\msnetmtg move i386\ils.dl_ always\msnetmtg move i386\isrdbg32.dl_ always\msnetmtg move i386\mnmdd.dl_ always\msnetmtg move i386\mnmsrvc.ex_ always\msnetmtg move i386\msconf.dl_ always\msnetmtg move i386\msg723.ac_ always\msnetmtg move i386\msh261.dr_ always\msnetmtg move i386\mst120.dl_ always\msnetmtg move i386\mst123.dl_ always\msnetmtg move i386\nac.dl_ always\msnetmtg move i386\netmeet.ht_ always\msnetmtg move i386\nmas.dl_ always\msnetmtg move i386\nmasnt.dl_ always\msnetmtg move i386\nmchat.ch_ always\msnetmtg move i386\nmchat.dl_ always\msnetmtg move i386\nmcom.dl_ always\msnetmtg move i386\nmevtmsg.dl_ always\msnetmtg move i386\nmft.dl_ always\msnetmtg move i386\nmmkcert.dl_ always\msnetmtg move i386\nmoldwb.dl_ always\msnetmtg move i386\nmwb.dl_ always\msnetmtg move i386\nmwhiteb.ch_ always\msnetmtg move i386\rrcm.dl_ always\msnetmtg move i386\testsnd.wa_ always\msnetmtg move i386\wb32.ex_ always\msnetmtg rem Updating txtsetup.sif echo blip.wav>> txtsetup.log echo callcont.dll>> txtsetup.log echo cb32.exe>> txtsetup.log echo conf.chm>> txtsetup.log echo conf.cnt>> txtsetup.log echo conf.exe>> txtsetup.log echo conf.hlp>> txtsetup.log echo confmrsl.dll>> txtsetup.log echo dcap32.dll>> txtsetup.log echo h323cc.dll>> txtsetup.log echo ils.dll>> txtsetup.log echo isrdbg32.dll>> txtsetup.log echo mnmdd.dll>> txtsetup.log echo mnmsrvc.exe>> txtsetup.log echo msconf.dll>> txtsetup.log echo msg723.acm>> txtsetup.log echo msh261.drv>> txtsetup.log echo mst120.dll>> txtsetup.log echo mst123.dll>> txtsetup.log echo nac.dll>> txtsetup.log echo netmeet.htm>> txtsetup.log echo nmas.dll>> txtsetup.log echo nmasnt.dll>> txtsetup.log echo nmchat.chm>> txtsetup.log echo nmchat.dll>> txtsetup.log echo nmcom.dll>> txtsetup.log echo nmevtmsg.dll>> txtsetup.log echo nmft.dll>> txtsetup.log echo nmmkcert.dll>> txtsetup.log echo nmoldwb.dll>> txtsetup.log echo nmwb.dll>> txtsetup.log echo nmwhiteb.chm>> txtsetup.log echo rrcm.dll>> txtsetup.log echo testsnd.wav>> txtsetup.log echo wb32.exe>> txtsetup.log findstr /v /b /i /g:txtsetup.log i386\txtsetup.sif > txtsetup.sif move txtsetup.sif i386\txtsetup.sif del txtsetup.log rem Updating dosnet.inf echo d1,blip.wav>> dosnet.log echo d1,callcont.dll>> dosnet.log echo d1,cb32.exe>> dosnet.log echo d1,conf.chm>> dosnet.log echo d1,conf.cnt>> dosnet.log echo d1,conf.exe>> dosnet.log echo d1,conf.hlp>> dosnet.log echo d1,confmrsl.dll>> dosnet.log echo d1,dcap32.dll>> dosnet.log echo d1,h323cc.dll>> dosnet.log echo d1,ils.dll>> dosnet.log echo d1,isrdbg32.dll>> dosnet.log echo d1,mnmdd.dll>> dosnet.log echo d1,mnmsrvc.exe>> dosnet.log echo d1,msconf.dll>> dosnet.log echo d1,msg723.acm>> dosnet.log echo d1,msh261.drv>> dosnet.log echo d1,mst120.dll>> dosnet.log echo d1,mst123.dll>> dosnet.log echo d1,nac.dll>> dosnet.log echo d1,netmeet.htm>> dosnet.log echo d1,nmas.dll>> dosnet.log echo d1,nmasnt.dll>> dosnet.log echo d1,nmchat.chm>> dosnet.log echo d1,nmchat.dll>> dosnet.log echo d1,nmcom.dll>> dosnet.log echo d1,nmevtmsg.dll>> dosnet.log echo d1,nmft.dll>> dosnet.log echo d1,nmmkcert.dll>> dosnet.log echo d1,nmoldwb.dll>> dosnet.log echo d1,nmwb.dll>> dosnet.log echo d1,nmwhiteb.chm>> dosnet.log echo d1,rrcm.dll>> dosnet.log echo d1,testsnd.wav>> dosnet.log echo d1,wb32.exe>> dosnet.log findstr /v /b /i /g:dosnet.log i386\dosnet.inf > dosnet.inf move dosnet.inf i386\dosnet.inf del dosnet.log rem Updating msnetmtg.inf echo [Version]>> i386\msnetmtg.inf echo Signature="$CHICAGO$">> i386\msnetmtg.inf echo LayoutFile=layout.inf>> i386\msnetmtg.inf echo [DefaultInstall]>> i386\msnetmtg.inf makecab i386\msnetmtg.inf i386\msnetmtg.in_ del i386\msnetmtg.inf ECHO. ECHO Remove Remote Desktop Connection... if not exist optional mkdir optional if not exist optional\tsoc mkdir optional\tsoc rem Moving files move i386\tsoc.in_ optional\tsoc move i386\tsoc.dl_ optional\tsoc move i386\tdasync.sy_ optional\tsoc move i386\tdipx.sy_ optional\tsoc move i386\tdspx.sy_ optional\tsoc move i386\rdpwd.sy_ optional\tsoc move i386\tdpipe.sy_ optional\tsoc move i386\tdtcp.sy_ optional\tsoc move i386\change.ex_ optional\tsoc move i386\chglogon.ex_ optional\tsoc move i386\chgport.ex_ optional\tsoc move i386\chgusr.ex_ optional\tsoc move i386\cprofile.ex_ optional\tsoc move i386\flattemp.ex_ optional\tsoc move i386\query.ex_ optional\tsoc move i386\quser.ex_ optional\tsoc move i386\register.ex_ optional\tsoc move i386\tsprof.ex_ optional\tsoc move i386\cdmodem.dl_ optional\tsoc move i386\cfgbkend.dl_ optional\tsoc move i386\icaapi.dl_ optional\tsoc move i386\logoff.ex_ optional\tsoc move i386\msg.ex_ optional\tsoc move i386\qappsrv.ex_ optional\tsoc move i386\qprocess.ex_ optional\tsoc move i386\qwinsta.ex_ optional\tsoc move i386\rdpcfgex.dl_ optional\tsoc move i386\rdpclip.ex_ optional\tsoc move i386\rdpsnd.dl_ optional\tsoc move i386\rdpdd.dl_ optional\tsoc move i386\rdpwsx.dl_ optional\tsoc move i386\regini.ex_ optional\tsoc move i386\rwinsta.ex_ optional\tsoc move i386\shadow.ex_ optional\tsoc move i386\termsrv.dl_ optional\tsoc move i386\tscon.ex_ optional\tsoc move i386\tsdiscon.ex_ optional\tsoc move i386\tslabels.h_ optional\tsoc move i386\tslabels.in_ optional\tsoc move i386\tsshutdn.ex_ optional\tsoc move i386\tskill.ex_ optional\tsoc move i386\usrlogon.cm_ optional\tsoc move i386\tscupgrd.ex_ optional\tsoc move i386\rdchost.dl_ optional\tsoc move i386\sessmgr.ex_ optional\tsoc move i386\rdshost.ex_ optional\tsoc move i386\rdsaddin.ex_ optional\tsoc move i386\remotepg.dl_ optional\tsoc move i386\reset.ex_ optional\tsoc move i386\mstsc.ex_ optional\tsoc move i386\mstsc.ch_ optional\tsoc move i386\mstscax.dl_ optional\tsoc move i386\tscfgwmi.dl_ optional\tsoc move i386\tscfgwmi.mo_ optional\tsoc move i386\tscfgwmi.mf_ optional\tsoc move i386\tsweb1.ht_ optional\tsoc move i386\msrdp.ca_ optional\tsoc move i386\bluebarh.gi_ optional\tsoc move i386\bluebarv.gi_ optional\tsoc move i386\win2000l.gi_ optional\tsoc move i386\win2000r.gi_ optional\tsoc move i386\rdsktpw.ch_ optional\tsoc rem Updating txtsetup.sif echo tsoc.inf>> txtsetup.log echo tsoc.dll>> txtsetup.log echo tdasync.sys>> txtsetup.log echo tdipx.sys>> txtsetup.log echo tdspx.sys>> txtsetup.log echo rdpwd.sys>> txtsetup.log echo tdpipe.sys>> txtsetup.log echo tdtcp.sys>> txtsetup.log echo change.exe>> txtsetup.log echo chglogon.exe>> txtsetup.log echo chgport.exe>> txtsetup.log echo chgusr.exe>> txtsetup.log echo cprofile.exe>> txtsetup.log echo flattemp.exe>> txtsetup.log echo query.exe>> txtsetup.log echo quser.exe>> txtsetup.log echo register.exe>> txtsetup.log echo tsprof.exe>> txtsetup.log echo cdmodem.dll>> txtsetup.log echo cfgbkend.dll>> txtsetup.log echo icaapi.dll>> txtsetup.log echo logoff.exe>> txtsetup.log echo msg.exe>> txtsetup.log echo qappsrv.exe>> txtsetup.log echo qprocess.exe>> txtsetup.log echo qwinsta.exe>> txtsetup.log echo rdpcfgex.dll>> txtsetup.log echo rdpclip.exe>> txtsetup.log echo rdpsnd.dll>> txtsetup.log echo rdpdd.dll>> txtsetup.log echo rdpwsx.dll>> txtsetup.log echo regini.exe>> txtsetup.log echo rwinsta.exe>> txtsetup.log echo shadow.exe>> txtsetup.log echo termsrv.dll>> txtsetup.log echo tscon.exe>> txtsetup.log echo tsdiscon.exe>> txtsetup.log echo tslabels.h>> txtsetup.log echo tslabels.ini>> txtsetup.log echo tsshutdn.exe>> txtsetup.log echo tskill.exe>> txtsetup.log echo usrlogon.cmd>> txtsetup.log echo tscupgrd.exe>> txtsetup.log echo rdchost.dll>> txtsetup.log echo sessmgr.exe>> txtsetup.log echo rdshost.exe>> txtsetup.log echo rdsaddin.exe>> txtsetup.log echo remotepg.dll>> txtsetup.log echo reset.exe>> txtsetup.log echo mstsc.exe>> txtsetup.log echo mstsc.chm>> txtsetup.log echo mstscax.dll>> txtsetup.log echo tscfgwmi.dll>> txtsetup.log echo tscfgwmi.mof>> txtsetup.log echo tscfgwmi.mfl>> txtsetup.log echo tsweb1.htm>> txtsetup.log echo msrdp.cab>> txtsetup.log echo bluebarh.gif>> txtsetup.log echo bluebarv.gif>> txtsetup.log echo win2000l.gif>> txtsetup.log echo win2000r.gif>> txtsetup.log echo rdsktpw.chm>> txtsetup.log findstr /v /b /i /g:txtsetup.log i386\txtsetup.sif > txtsetup.sif move txtsetup.sif i386\txtsetup.sif del txtsetup.log rem Updating dosnet.inf echo d1,tsoc.inf>> dosnet.log echo d1,tsoc.dll>> dosnet.log echo d1,tdasync.sys>> dosnet.log echo d1,tdipx.sys>> dosnet.log echo d1,tdspx.sys>> dosnet.log echo d1,rdpwd.sys>> dosnet.log echo d1,tdpipe.sys>> dosnet.log echo d1,tdtcp.sys>> dosnet.log echo d1,change.exe>> dosnet.log echo d1,chglogon.exe>> dosnet.log echo d1,chgport.exe>> dosnet.log echo d1,chgusr.exe>> dosnet.log echo d1,cprofile.exe>> dosnet.log echo d1,flattemp.exe>> dosnet.log echo d1,query.exe>> dosnet.log echo d1,quser.exe>> dosnet.log echo d1,register.exe>> dosnet.log echo d1,tsprof.exe>> dosnet.log echo d1,cdmodem.dll>> dosnet.log echo d1,cfgbkend.dll>> dosnet.log echo d1,icaapi.dll>> dosnet.log echo d1,logoff.exe>> dosnet.log echo d1,msg.exe>> dosnet.log echo d1,qappsrv.exe>> dosnet.log echo d1,qprocess.exe>> dosnet.log echo d1,qwinsta.exe>> dosnet.log echo d1,rdpcfgex.dll>> dosnet.log echo d1,rdpclip.exe>> dosnet.log echo d1,rdpsnd.dll>> dosnet.log echo d1,rdpdd.dll>> dosnet.log echo d1,rdpwsx.dll>> dosnet.log echo d1,regini.exe>> dosnet.log echo d1,rwinsta.exe>> dosnet.log echo d1,shadow.exe>> dosnet.log echo d1,termsrv.dll>> dosnet.log echo d1,tscon.exe>> dosnet.log echo d1,tsdiscon.exe>> dosnet.log echo d1,tslabels.h>> dosnet.log echo d1,tslabels.ini>> dosnet.log echo d1,tsshutdn.exe>> dosnet.log echo d1,tskill.exe>> dosnet.log echo d1,usrlogon.cmd>> dosnet.log echo d1,tscupgrd.exe>> dosnet.log echo d1,rdchost.dll>> dosnet.log echo d1,sessmgr.exe>> dosnet.log echo d1,rdshost.exe>> dosnet.log echo d1,rdsaddin.exe>> dosnet.log echo d1,remotepg.dll>> dosnet.log echo d1,reset.exe>> dosnet.log echo d1,mstsc.exe>> dosnet.log echo d1,mstsc.chm>> dosnet.log echo d1,mstscax.dll>> dosnet.log echo d1,tscfgwmi.dll>> dosnet.log echo d1,tscfgwmi.mof>> dosnet.log echo d1,tscfgwmi.mfl>> dosnet.log echo d1,tsweb1.htm>> dosnet.log echo d1,msrdp.cab>> dosnet.log echo d1,bluebarh.gif>> dosnet.log echo d1,bluebarv.gif>> dosnet.log echo d1,win2000l.gif>> dosnet.log echo d1,win2000r.gif>> dosnet.log echo d1,rdsktpw.chm>> dosnet.log findstr /v /b /i /g:dosnet.log i386\dosnet.inf > dosnet.inf move dosnet.inf i386\dosnet.inf del dosnet.log rem Updating sysoc.inf expand -r i386\sysoc.in_ findstr /v /i /c:tsoc.inf i386\sysoc.inf > sysoc.inf move sysoc.inf i386\sysoc.inf makecab i386\sysoc.inf i386\sysoc.in_ del i386\sysoc.inf ECHO. ECHO Remove Speech.., if not exist always mkdir always if not exist always\speech mkdir always\speech rem Moving files move i386\ltts1033.lx_ always\speech move i386\r1033tts.lx_ always\speech move i386\sam.sd_ always\speech move i386\sam.sp_ always\speech move i386\sapi.cp_ always\speech move i386\sapi.dl_ always\speech move i386\sapi5.in_ always\speech move i386\sapicpl.hl_ always\speech move i386\sapisvr.ex_ always\speech move i386\spcommon.dl_ always\speech move i386\spcplui.dl_ always\speech move i386\speech.ch_ always\speech move i386\spttseng.dl_ always\speech rem Updating txtsetup.sif echo ltts1033.lxa>> txtsetup.log echo r1033tts.lxa>> txtsetup.log echo sam.sdf>> txtsetup.log echo sam.spd>> txtsetup.log echo sapi.cpl>> txtsetup.log echo sapi.dll>> txtsetup.log echo sapicpl.hlp>> txtsetup.log echo sapisvr.exe>> txtsetup.log echo spcommon.dll>> txtsetup.log echo spcplui.dll>> txtsetup.log echo speech.chm>> txtsetup.log echo spttseng.dll>> txtsetup.log findstr /v /b /i /g:txtsetup.log i386\txtsetup.sif > txtsetup.sif move txtsetup.sif i386\txtsetup.sif del txtsetup.log rem Updating dosnet.inf echo d1,ltts1033.lxa>> dosnet.log echo d1,r1033tts.lxa>> dosnet.log echo d1,sam.sdf>> dosnet.log echo d1,sam.spd>> dosnet.log echo d1,sapi.cpl>> dosnet.log echo d1,sapi.dll>> dosnet.log echo d1,sapicpl.hlp>> dosnet.log echo d1,sapisvr.exe>> dosnet.log echo d1,spcommon.dll>> dosnet.log echo d1,spcplui.dll>> dosnet.log echo d1,speech.chm>> dosnet.log echo d1,spttseng.dll>> dosnet.log findstr /v /b /i /g:dosnet.log i386\dosnet.inf > dosnet.inf move dosnet.inf i386\dosnet.inf del dosnet.log rem Updating sapi5.inf echo [Version]>> i386\sapi5.inf echo Signature= "$CHICAGO$">> i386\sapi5.inf echo LayoutFile=layout.inf>> i386\sapi5.inf echo [DefaultInstall]>> i386\sapi5.inf makecab i386\sapi5.inf i386\sapi5.in_ del i386\sapi5.inf ECHO. ECHO Remove System Restore... if not exist always mkdir always if not exist always\sr mkdir always\sr rem Moving files move i386\filelist.xm_ always\sr move i386\rstrui.ex_ always\sr move i386\sr.in_ always\sr move i386\sr.sy_ always\sr move i386\srclient.dl_ always\sr move i386\srdiag.ex_ always\sr move i386\srframe.mm_ always\sr move i386\srrstr.dl_ always\sr move i386\srsvc.dl_ always\sr move i386\sysrestr.hl_ always\sr move i386\sysrestw.ch_ always\sr rem Updating txtsetup.sif echo filelist.xml>> txtsetup.log echo rstrui.exe>> txtsetup.log echo sr.sys>> txtsetup.log echo srclient.dll>> txtsetup.log echo srdiag.exe>> txtsetup.log echo srframe.mmf>> txtsetup.log echo srrstr.dll>> txtsetup.log echo srsvc.dll>> txtsetup.log echo sysrestr.hlp>> txtsetup.log echo sysrestw.chm>> txtsetup.log findstr /v /b /i /g:txtsetup.log i386\txtsetup.sif > txtsetup.sif move txtsetup.sif i386\txtsetup.sif del txtsetup.log rem Updating dosnet.inf echo d1,filelist.xml>> dosnet.log echo d1,rstrui.exe>> dosnet.log echo d1,sr.sys>> dosnet.log echo d1,srclient.dll>> dosnet.log echo d1,srdiag.exe>> dosnet.log echo d1,srframe.mmf>> dosnet.log echo d1,srrstr.dll>> dosnet.log echo d1,srsvc.dll>> dosnet.log echo d1,sysrestr.hlp>> dosnet.log echo d1,sysrestw.chm>> dosnet.log findstr /v /b /i /g:dosnet.log i386\dosnet.inf > dosnet.inf move dosnet.inf i386\dosnet.inf del dosnet.log rem Updating sr.inf echo [Version]>> i386\sr.inf echo Signature="$CHICAGO$">> i386\sr.inf echo LayoutFile=layout.inf>> i386\sr.inf echo [DefaultInstall]>> i386\sr.inf makecab i386\sr.inf i386\sr.in_ del i386\sr.inf ECHO. ECHO Remove Windows Messenger... if not exist optional mkdir optional if not exist optional\msmsgs mkdir optional\msmsgs rem Moving files move i386\msmsgs.in_ optional\msmsgs move i386\wmaccess.in_ optional\msmsgs move i386\msgrocm.dl_ optional\msmsgs move i386\msmsgs.ex_ optional\msmsgs move i386\msgsc.dl_ optional\msmsgs move i386\msgslang.dl_ optional\msmsgs move i386\msmsgsin.ex_ optional\msmsgs move i386\online.wa_ optional\msmsgs move i386\newemail.wa_ optional\msmsgs move i386\newalert.wa_ optional\msmsgs move i386\type.wa_ optional\msmsgs move i386\logowin.gi_ optional\msmsgs move i386\logo.gi_ optional\msmsgs move i386\lvback.gi_ optional\msmsgs move i386\mailtmpl.tx_ optional\msmsgs move i386\rtcimsp.dl_ optional\msmsgs move i386\mmssetup.cab optional\msmsgs rem Updating txtsetup.sif echo msmsgs.inf>> txtsetup.log echo wmaccess.inf>> txtsetup.log echo msgrocm.dll>> txtsetup.log echo msmsgs.exe>> txtsetup.log echo msgsc.dll>> txtsetup.log echo msgslang.dll>> txtsetup.log echo msmsgsin.exe>> txtsetup.log echo online.wav>> txtsetup.log echo newemail.wav>> txtsetup.log echo newalert.wav>> txtsetup.log echo type.wav>> txtsetup.log echo logowin.gif>> txtsetup.log echo logo.gif>> txtsetup.log echo lvback.gif>> txtsetup.log echo mailtmpl.txt>> txtsetup.log echo trcimsp.dll>> txtsetup.log echo mmssetup.cab>> txtsetup.log findstr /v /b /i /g:txtsetup.log i386\txtsetup.sif > txtsetup.sif move txtsetup.sif i386\txtsetup.sif del txtsetup.log rem Updating dosnet.inf echo d1,msmsgs.inf>> dosnet.log echo d1,wmaccess.inf>> dosnet.log echo d1,msgrocm.dll>> dosnet.log echo d1,msmsgs.exe>> dosnet.log echo d1,msgsc.dll>> dosnet.log echo d1,msgslang.dll>> dosnet.log echo d1,msmsgsin.exe>> dosnet.log echo d1,online.wav>> dosnet.log echo d1,newemail.wav>> dosnet.log echo d1,newalert.wav>> dosnet.log echo d1,type.wav>> dosnet.log echo d1,logowin.gif>> dosnet.log echo d1,logo.gif>> dosnet.log echo d1,lvback.gif>> dosnet.log echo d1,mailtmpl.txt>> dosnet.log echo d1,trcimsp.dll>> dosnet.log echo d1,mmssetup.cab>> dosnet.log findstr /v /b /i /g:dosnet.log i386\dosnet.inf > dosnet.inf move dosnet.inf i386\dosnet.inf del dosnet.log rem Updating sysoc.inf expand -r i386\sysoc.in_ findstr /v /i /c:,msmsgs.inf /c:,wmaccess.inf i386\sysoc.inf > sysoc.inf move sysoc.inf i386\sysoc.inf makecab i386\sysoc.inf i386\sysoc.in_ del i386\sysoc.inf ECHO. ECHO Remove Windows Tour... if not exist always mkdir always if not exist always\tour mkdir always\tour rem Moving files move i386\tourstrt.ex_ always\tour move i386\tourw.ex_ always\tour move i386\pro_intr.sw_ always\tour move i386\pro_intr.tx_ always\tour move i386\pro_nav.sw_ always\tour move i386\pro_nav.tx_ always\tour move i386\pro_seg1.sw_ always\tour move i386\pro_seg1.tx_ always\tour move i386\pro_seg2.sw_ always\tour move i386\pro_seg2.tx_ always\tour move i386\pro_seg3.sw_ always\tour move i386\pro_seg3.tx_ always\tour move i386\pro_seg4.sw_ always\tour move i386\pro_seg4.tx_ always\tour move i386\pro_seg5.sw_ always\tour move i386\pro_seg5.tx_ always\tour move i386\xptht00d.gi_ always\tour move i386\xptht00w.ht_ always\tour move i386\xptht01d.gi_ always\tour move i386\xptht01w.ht_ always\tour move i386\xptht02d.jp_ always\tour move i386\xptht02w.jp_ always\tour move i386\xptht03d.jp_ always\tour move i386\xptht03w.jp_ always\tour move i386\xptht04d.jp_ always\tour move i386\xptht04w.jp_ always\tour move i386\xptht05d.jp_ always\tour move i386\xptht05w.ht_ always\tour move i386\xptht06d.jp_ always\tour move i386\xptht06w.jp_ always\tour move i386\xptht07d.jp_ always\tour move i386\xptht07w.jp_ always\tour move i386\xptht08d.jp_ always\tour move i386\xptht08w.jp_ always\tour move i386\xptht09d.jp_ always\tour move i386\xptht09w.ht_ always\tour move i386\xptht10d.jp_ always\tour move i386\xptht10w.jp_ always\tour move i386\xptht11d.jp_ always\tour move i386\xptht11w.jp_ always\tour move i386\xptht12d.jp_ always\tour move i386\xptht12w.jp_ always\tour move i386\xptht13d.jp_ always\tour move i386\xptht13w.ht_ always\tour move i386\xptht14d.jp_ always\tour move i386\xptht14w.ht_ always\tour move i386\xptht15d.jp_ always\tour move i386\xptht15w.ht_ always\tour move i386\xptht16d.jp_ always\tour move i386\xptht16w.ht_ always\tour move i386\xptht17d.jp_ always\tour move i386\xptht17w.ht_ always\tour move i386\xptht18d.jp_ always\tour move i386\xptht18w.ht_ always\tour move i386\xptht19d.jp_ always\tour move i386\xptht19w.ht_ always\tour move i386\xptht20d.jp_ always\tour move i386\xptht20w.jp_ always\tour move i386\xptht21d.jp_ always\tour move i386\xptht21w.gi_ always\tour move i386\xptht22d.jp_ always\tour move i386\xptht22w.gi_ always\tour move i386\xptht23d.jp_ always\tour move i386\xptht23w.ht_ always\tour move i386\xptht24d.jp_ always\tour move i386\xptht24w.ht_ always\tour move i386\xptht25d.jp_ always\tour move i386\xptht25w.ht_ always\tour move i386\xptht26d.jp_ always\tour move i386\xptht26w.ht_ always\tour move i386\xptht27d.jp_ always\tour move i386\xptht27w.js_ always\tour move i386\xptht28d.jp_ always\tour move i386\xptht28w.ht_ always\tour move i386\xptht29d.jp_ always\tour move i386\xptht29w.ht_ always\tour move i386\xptht30d.jp_ always\tour move i386\xptht30w.ht_ always\tour move i386\xptht31d.jp_ always\tour move i386\xptht31w.ht_ always\tour move i386\xptht32d.jp_ always\tour move i386\xptht32w.ht_ always\tour move i386\xptht33d.jp_ always\tour move i386\xptht33w.ht_ always\tour move i386\xptht34d.jp_ always\tour move i386\xptht34w.ht_ always\tour move i386\xptht35d.jp_ always\tour move i386\xptht35w.ht_ always\tour move i386\xptht36d.jp_ always\tour move i386\xptht36w.ht_ always\tour move i386\xptht37d.jp_ always\tour move i386\xptht37w.cs_ always\tour move i386\xptht38d.jp_ always\tour move i386\xptht38w.ht_ always\tour move i386\xptht39d.jp_ always\tour move i386\xptht39w.ht_ always\tour move i386\xptht40d.jp_ always\tour move i386\xptht40w.ht_ always\tour move i386\xptht41d.jp_ always\tour move i386\xptht41w.ht_ always\tour move i386\xptht42d.jp_ always\tour move i386\xptht43d.jp_ always\tour move i386\xptht44d.gi_ always\tour move i386\xptht45d.gi_ always\tour move i386\xptht46d.gi_ always\tour move i386\xptht47d.gi_ always\tour move i386\xptht48d.gi_ always\tour move i386\xptht49d.gi_ always\tour move i386\xptht50d.gi_ always\tour move i386\xptht51d.gi_ always\tour move i386\xptht52d.gi_ always\tour move i386\xptht53d.gi_ always\tour move i386\xptht54d.gi_ always\tour move i386\xptht55d.gi_ always\tour move i386\xptht56d.jp_ always\tour move i386\xptht57d.jp_ always\tour move i386\xptht58d.jp_ always\tour move i386\xptht59d.jp_ always\tour move i386\xptht60d.jp_ always\tour move i386\xptht61d.jp_ always\tour move i386\xptht62d.jp_ always\tour move i386\xptht63d.jp_ always\tour move i386\xptht64d.jp_ always\tour move i386\xptht65d.jp_ always\tour move i386\xptht66d.jp_ always\tour move i386\xptht67d.jp_ always\tour move i386\xptht68d.gi_ always\tour move i386\xptht69d.jp_ always\tour move i386\xptht70d.jp_ always\tour move i386\xptht71d.jp_ always\tour move i386\xptht72d.jp_ always\tour move i386\xptht73d.jp_ always\tour move i386\xptht74d.jp_ always\tour move i386\xptht75d.jp_ always\tour move i386\xptht76d.jp_ always\tour move i386\xptht77d.jp_ always\tour move i386\xptht78d.jp_ always\tour move i386\xptht79d.jp_ always\tour move i386\xptht80d.jp_ always\tour move i386\xptht81d.jp_ always\tour rem Updating txtsetup.sif echo tourstrt.exe>> txtsetup.log echo tourw.exe>> txtsetup.log echo pro_intr.swf>> txtsetup.log echo pro_intr.txt>> txtsetup.log echo pro_nav.swf>> txtsetup.log echo pro_nav.txt>> txtsetup.log echo pro_seg1.swf>> txtsetup.log echo pro_seg1.txt>> txtsetup.log echo pro_seg2.swf>> txtsetup.log echo pro_seg2.txt>> txtsetup.log echo pro_seg3.swf>> txtsetup.log echo pro_seg3.txt>> txtsetup.log echo pro_seg4.swf>> txtsetup.log echo pro_seg4.txt>> txtsetup.log echo pro_seg5.swf>> txtsetup.log echo pro_seg5.txt>> txtsetup.log echo xptht00d.gif>> txtsetup.log echo xptht00w.htm>> txtsetup.log echo xptht01d.gif>> txtsetup.log echo xptht01w.htm>> txtsetup.log echo xptht02d.jpg>> txtsetup.log echo xptht02w.jpg>> txtsetup.log echo xptht03d.jpg>> txtsetup.log echo xptht03w.jpg>> txtsetup.log echo xptht04d.jpg>> txtsetup.log echo xptht04w.jpg>> txtsetup.log echo xptht05d.jpg>> txtsetup.log echo xptht05w.htm>> txtsetup.log echo xptht06d.jpg>> txtsetup.log echo xptht06w.jpg>> txtsetup.log echo xptht07d.jpg>> txtsetup.log echo xptht07w.jpg>> txtsetup.log echo xptht08d.jpg>> txtsetup.log echo xptht08w.jpg>> txtsetup.log echo xptht09d.jpg>> txtsetup.log echo xptht09w.htm>> txtsetup.log echo xptht10d.jpg>> txtsetup.log echo xptht10w.jpg>> txtsetup.log echo xptht11d.jpg>> txtsetup.log echo xptht11w.jpg>> txtsetup.log echo xptht12d.jpg>> txtsetup.log echo xptht12w.jpg>> txtsetup.log echo xptht13d.jpg>> txtsetup.log echo xptht13w.htm>> txtsetup.log echo xptht14d.jpg>> txtsetup.log echo xptht14w.htm>> txtsetup.log echo xptht15d.jpg>> txtsetup.log echo xptht15w.htm>> txtsetup.log echo xptht16d.jpg>> txtsetup.log echo xptht16w.htm>> txtsetup.log echo xptht17d.jpg>> txtsetup.log echo xptht17w.htm>> txtsetup.log echo xptht18d.jpg>> txtsetup.log echo xptht18w.htm>> txtsetup.log echo xptht19d.jpg>> txtsetup.log echo xptht19w.htm>> txtsetup.log echo xptht20d.jpg>> txtsetup.log echo xptht20w.jpg>> txtsetup.log echo xptht21d.jpg>> txtsetup.log echo xptht21w.gif>> txtsetup.log echo xptht22d.jpg>> txtsetup.log echo xptht22w.gif>> txtsetup.log echo xptht23d.jpg>> txtsetup.log echo xptht23w.htm>> txtsetup.log echo xptht24d.jpg>> txtsetup.log echo xptht24w.htm>> txtsetup.log echo xptht25d.jpg>> txtsetup.log echo xptht25w.htm>> txtsetup.log echo xptht26d.jpg>> txtsetup.log echo xptht26w.htm>> txtsetup.log echo xptht27d.jpg>> txtsetup.log echo xptht27w.js>> txtsetup.log echo xptht28d.jpg>> txtsetup.log echo xptht28w.htm>> txtsetup.log echo xptht29d.jpg>> txtsetup.log echo xptht29w.htm>> txtsetup.log echo xptht30d.jpg>> txtsetup.log echo xptht30w.htm>> txtsetup.log echo xptht31d.jpg>> txtsetup.log echo xptht31w.htm>> txtsetup.log echo xptht32d.jpg>> txtsetup.log echo xptht32w.htm>> txtsetup.log echo xptht33d.jpg>> txtsetup.log echo xptht33w.htm>> txtsetup.log echo xptht34d.jpg>> txtsetup.log echo xptht34w.htm>> txtsetup.log echo xptht35d.jpg>> txtsetup.log echo xptht35w.htm>> txtsetup.log echo xptht36d.jpg>> txtsetup.log echo xptht36w.htm>> txtsetup.log echo xptht37d.jpg>> txtsetup.log echo xptht37w.css>> txtsetup.log echo xptht38d.jpg>> txtsetup.log echo xptht38w.htm>> txtsetup.log echo xptht39d.jpg>> txtsetup.log echo xptht39w.htm>> txtsetup.log echo xptht40d.jpg>> txtsetup.log echo xptht40w.htm>> txtsetup.log echo xptht41d.jpg>> txtsetup.log echo xptht41w.htm>> txtsetup.log echo xptht42d.jpg>> txtsetup.log echo xptht43d.jpg>> txtsetup.log echo xptht44d.gif>> txtsetup.log echo xptht45d.gif>> txtsetup.log echo xptht46d.gif>> txtsetup.log echo xptht47d.gif>> txtsetup.log echo xptht48d.gif>> txtsetup.log echo xptht49d.gif>> txtsetup.log echo xptht50d.gif>> txtsetup.log echo xptht51d.gif>> txtsetup.log echo xptht52d.gif>> txtsetup.log echo xptht53d.gif>> txtsetup.log echo xptht54d.gif>> txtsetup.log echo xptht55d.gif>> txtsetup.log echo xptht56d.jpg>> txtsetup.log echo xptht57d.jpg>> txtsetup.log echo xptht58d.jpg>> txtsetup.log echo xptht59d.jpg>> txtsetup.log echo xptht60d.jpg>> txtsetup.log echo xptht61d.jpg>> txtsetup.log echo xptht62d.jpg>> txtsetup.log echo xptht63d.jpg>> txtsetup.log echo xptht64d.jpg>> txtsetup.log echo xptht65d.jpg>> txtsetup.log echo xptht66d.jpg>> txtsetup.log echo xptht67d.jpg>> txtsetup.log echo xptht68d.gif>> txtsetup.log echo xptht69d.jpg>> txtsetup.log echo xptht70d.jpg>> txtsetup.log echo xptht71d.jpg>> txtsetup.log echo xptht72d.jpg>> txtsetup.log echo xptht73d.jpg>> txtsetup.log echo xptht74d.jpg>> txtsetup.log echo xptht75d.jpg>> txtsetup.log echo xptht76d.jpg>> txtsetup.log echo xptht77d.jpg>> txtsetup.log echo xptht78d.jpg>> txtsetup.log echo xptht79d.jpg>> txtsetup.log echo xptht80d.jpg>> txtsetup.log echo xptht81d.jpg>> txtsetup.log findstr /v /b /i /g:txtsetup.log i386\txtsetup.sif > txtsetup.sif move txtsetup.sif i386\txtsetup.sif del txtsetup.log rem Updating dosnet.inf echo d1,tourstrt.exe>> dosnet.log echo d1,tourw.exe>> dosnet.log echo d1,pro_intr.swf>> dosnet.log echo d1,pro_intr.txt>> dosnet.log echo d1,pro_nav.swf>> dosnet.log echo d1,pro_nav.txt>> dosnet.log echo d1,pro_seg1.swf>> dosnet.log echo d1,pro_seg1.txt>> dosnet.log echo d1,pro_seg2.swf>> dosnet.log echo d1,pro_seg2.txt>> dosnet.log echo d1,pro_seg3.swf>> dosnet.log echo d1,pro_seg3.txt>> dosnet.log echo d1,pro_seg4.swf>> dosnet.log echo d1,pro_seg4.txt>> dosnet.log echo d1,pro_seg5.swf>> dosnet.log echo d1,pro_seg5.txt>> dosnet.log echo d1,xptht00d.gif>> dosnet.log echo d1,xptht00w.htm>> dosnet.log echo d1,xptht01d.gif>> dosnet.log echo d1,xptht01w.htm>> dosnet.log echo d1,xptht02d.jpg>> dosnet.log echo d1,xptht02w.jpg>> dosnet.log echo d1,xptht03d.jpg>> dosnet.log echo d1,xptht03w.jpg>> dosnet.log echo d1,xptht04d.jpg>> dosnet.log echo d1,xptht04w.jpg>> dosnet.log echo d1,xptht05d.jpg>> dosnet.log echo d1,xptht05w.htm>> dosnet.log echo d1,xptht06d.jpg>> dosnet.log echo d1,xptht06w.jpg>> dosnet.log echo d1,xptht07d.jpg>> dosnet.log echo d1,xptht07w.jpg>> dosnet.log echo d1,xptht08d.jpg>> dosnet.log echo d1,xptht08w.jpg>> dosnet.log echo d1,xptht09d.jpg>> dosnet.log echo d1,xptht09w.htm>> dosnet.log echo d1,xptht10d.jpg>> dosnet.log echo d1,xptht10w.jpg>> dosnet.log echo d1,xptht11d.jpg>> dosnet.log echo d1,xptht11w.jpg>> dosnet.log echo d1,xptht12d.jpg>> dosnet.log echo d1,xptht12w.jpg>> dosnet.log echo d1,xptht13d.jpg>> dosnet.log echo d1,xptht13w.htm>> dosnet.log echo d1,xptht14d.jpg>> dosnet.log echo d1,xptht14w.htm>> dosnet.log echo d1,xptht15d.jpg>> dosnet.log echo d1,xptht15w.htm>> dosnet.log echo d1,xptht16d.jpg>> dosnet.log echo d1,xptht16w.htm>> dosnet.log echo d1,xptht17d.jpg>> dosnet.log echo d1,xptht17w.htm>> dosnet.log echo d1,xptht18d.jpg>> dosnet.log echo d1,xptht18w.htm>> dosnet.log echo d1,xptht19d.jpg>> dosnet.log echo d1,xptht19w.htm>> dosnet.log echo d1,xptht20d.jpg>> dosnet.log echo d1,xptht20w.jpg>> dosnet.log echo d1,xptht21d.jpg>> dosnet.log echo d1,xptht21w.gif>> dosnet.log echo d1,xptht22d.jpg>> dosnet.log echo d1,xptht22w.gif>> dosnet.log echo d1,xptht23d.jpg>> dosnet.log echo d1,xptht23w.htm>> dosnet.log echo d1,xptht24d.jpg>> dosnet.log echo d1,xptht24w.htm>> dosnet.log echo d1,xptht25d.jpg>> dosnet.log echo d1,xptht25w.htm>> dosnet.log echo d1,xptht26d.jpg>> dosnet.log echo d1,xptht26w.htm>> dosnet.log echo d1,xptht27d.jpg>> dosnet.log echo d1,xptht27w.js>> dosnet.log echo d1,xptht28d.jpg>> dosnet.log echo d1,xptht28w.htm>> dosnet.log echo d1,xptht29d.jpg>> dosnet.log echo d1,xptht29w.htm>> dosnet.log echo d1,xptht30d.jpg>> dosnet.log echo d1,xptht30w.htm>> dosnet.log echo d1,xptht31d.jpg>> dosnet.log echo d1,xptht31w.htm>> dosnet.log echo d1,xptht32d.jpg>> dosnet.log echo d1,xptht32w.htm>> dosnet.log echo d1,xptht33d.jpg>> dosnet.log echo d1,xptht33w.htm>> dosnet.log echo d1,xptht34d.jpg>> dosnet.log echo d1,xptht34w.htm>> dosnet.log echo d1,xptht35d.jpg>> dosnet.log echo d1,xptht35w.htm>> dosnet.log echo d1,xptht36d.jpg>> dosnet.log echo d1,xptht36w.htm>> dosnet.log echo d1,xptht37d.jpg>> dosnet.log echo d1,xptht37w.css>> dosnet.log echo d1,xptht38d.jpg>> dosnet.log echo d1,xptht38w.htm>> dosnet.log echo d1,xptht39d.jpg>> dosnet.log echo d1,xptht39w.htm>> dosnet.log echo d1,xptht40d.jpg>> dosnet.log echo d1,xptht40w.htm>> dosnet.log echo d1,xptht41d.jpg>> dosnet.log echo d1,xptht41w.htm>> dosnet.log echo d1,xptht42d.jpg>> dosnet.log echo d1,xptht43d.jpg>> dosnet.log echo d1,xptht44d.gif>> dosnet.log echo d1,xptht45d.gif>> dosnet.log echo d1,xptht46d.gif>> dosnet.log echo d1,xptht47d.gif>> dosnet.log echo d1,xptht48d.gif>> dosnet.log echo d1,xptht49d.gif>> dosnet.log echo d1,xptht50d.gif>> dosnet.log echo d1,xptht51d.gif>> dosnet.log echo d1,xptht52d.gif>> dosnet.log echo d1,xptht53d.gif>> dosnet.log echo d1,xptht54d.gif>> dosnet.log echo d1,xptht55d.gif>> dosnet.log echo d1,xptht56d.jpg>> dosnet.log echo d1,xptht57d.jpg>> dosnet.log echo d1,xptht58d.jpg>> dosnet.log echo d1,xptht59d.jpg>> dosnet.log echo d1,xptht60d.jpg>> dosnet.log echo d1,xptht61d.jpg>> dosnet.log echo d1,xptht62d.jpg>> dosnet.log echo d1,xptht63d.jpg>> dosnet.log echo d1,xptht64d.jpg>> dosnet.log echo d1,xptht65d.jpg>> dosnet.log echo d1,xptht66d.jpg>> dosnet.log echo d1,xptht67d.jpg>> dosnet.log echo d1,xptht68d.gif>> dosnet.log echo d1,xptht69d.jpg>> dosnet.log echo d1,xptht70d.jpg>> dosnet.log echo d1,xptht71d.jpg>> dosnet.log echo d1,xptht72d.jpg>> dosnet.log echo d1,xptht73d.jpg>> dosnet.log echo d1,xptht74d.jpg>> dosnet.log echo d1,xptht75d.jpg>> dosnet.log echo d1,xptht76d.jpg>> dosnet.log echo d1,xptht77d.jpg>> dosnet.log echo d1,xptht78d.jpg>> dosnet.log echo d1,xptht79d.jpg>> dosnet.log echo d1,xptht80d.jpg>> dosnet.log echo d1,xptht81d.jpg>> dosnet.log findstr /v /b /i /g:dosnet.log i386\dosnet.inf > dosnet.inf move dosnet.inf i386\dosnet.inf del dosnet.log rem Updating hivesft.inf echo [AddReg]>> i386\hivesft.inf echo HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\Tour","RunCount",0x00010003,0 >> i386\hivesft.inf ECHO. ECHO Remove Automatic Updates... if not exist optional mkdir optional if not exist optional\au mkdir optional\au rem Moving files move i386\au.in_ optional\au move i386\rootau.in_ optional\au move i386\wuauserv.dl_ optional\au move i386\wuaueng.dl_ optional\au move i386\wuauclt.ex_ optional\au move i386\wuauhelp.ch_ optional\au rem Updating txtsetup.sif echo au.inf>> txtsetup.log echo rootau.inf>> txtsetup.log echo wuauserv.dll>> txtsetup.log echo wuaueng.dll>> txtsetup.log echo wuauclt.exe>> txtsetup.log echo wuauhelp.chm>> txtsetup.log findstr /v /b /i /g:txtsetup.log i386\txtsetup.sif > txtsetup.sif move txtsetup.sif i386\txtsetup.sif del txtsetup.log rem Updating dosnet.inf echo d1,au.inf>> dosnet.log echo d1,rootau.inf>> dosnet.log echo d1,wuauserv.dll>> dosnet.log echo d1,wuaueng.dll>> dosnet.log echo d1,wuauclt.exe>> dosnet.log echo d1,wuauhelp.chm>> dosnet.log findstr /v /b /i /g:dosnet.log i386\dosnet.inf > dosnet.inf move dosnet.inf i386\dosnet.inf del dosnet.log rem Updating sysoc.inf expand -r i386\sysoc.in_ findstr /v /i /c:au.inf /c:rootau.inf i386\sysoc.inf > sysoc.inf move sysoc.inf i386\sysoc.inf makecab i386\sysoc.inf i386\sysoc.in_ del i386\sysoc.inf ECHO. ECHO Changing CountDown Scandisk Timer... CHKNTFS/T:4 ECHO. ECHO Copying FSI Cursors... COPY "%INSTDRV%\HOTFIXES\Icone\*.*" "%systemroot%\Cursors" ECHO. ECHO Copying MS-DOS Loader files in DOS_Loader folder... md C:\DOS_Loader XCOPY /S "%INSTDRV%\HOTFIXES\DOS_Loader\*.*" "C:\DOS_Loader" ECHO. ECHO Copying Google Search file... COPY "%INSTDRV%\HOTFIXES\Search\*.*" "C:\Windows" ECHO. ECHO Copying PQDI Folder... md F:\PQDI4 XCOPY /S "%INSTDRV%\HOTFIXES\PQDI2002\*.*" "F:\PQDI4" ECHO Copying Norton Utilities Folder... md F:\Admin\NU XCOPY /S "%INSTDRV%\HOTFIXES\SOFTWARE\NU\*.*" "F:\Admin\NU" ECHO. ECHO Copying NTFS Batch Converter... COPY "%INSTDRV%\HOTFIXES\NTFS_C.cmd" "F:\Admin" ECHO. ECHO Creating Admin Folder... md F:\Admin ECHO. ECHO Copying Themes Folder and file... COPY "%INSTDRV%\HOTFIXES\Themes\*.*" "F:\Admin" ECHO. ECHO Copying REBOOT utility... COPY "%INSTDRV%\HOTFIXES\REBOOT.com" "%SystemDrive%" ECHO. ECHO Copying Windows XP Screensavers... COPY "%INSTDRV%\HOTFIXES\Nature & Technology.scr" "%systemroot%\system32" COPY "%INSTDRV%\HOTFIXES\FSI_desktop_girls.scr" "%systemroot%\system32" COPY "%INSTDRV%\HOTFIXES\Mercedes_SLK_v.1.0.scr" "%systemroot%\system32" COPY "%INSTDRV%\HOTFIXES\Mercedes_SLK_v.1.2.scr" "%systemroot%\system32" ECHO. ECHO Copying Clean file... md "C:\Program Files" COPY "%INSTDRV%\HOTFIXES\clean.cmd" "C:\Program Files" ECHO. ECHO Copying Outlook and Desktop Restore files... ECHO. ECHO Reg keys... COPY "%INSTDRV%\HOTFIXES\Restore_Outlook_Settings\OutlookRegRestore.reg" "C:\Program Files" COPY "%INSTDRV%\HOTFIXES\Restore_Outlook_Settings\Desktop.reg" "C:\Program Files" COPY "%INSTDRV%\HOTFIXES\Restore_Outlook_Settings\wab.reg" "C:\Program Files" ECHO. ECHO Batch files... COPY "%INSTDRV%\HOTFIXES\Restore_Outlook_Settings\Outlook.bat" "C:\Program Files" COPY "%INSTDRV%\HOTFIXES\Restore_Outlook_Settings\Desktop.bat" "C:\Program Files" ECHO. ECHO Registering Outlook & Desktop Restore HKLM RUN Key... REGEDIT /S %INSTDRV%\HOTFIXES\RUN.reg ECHO. ECHO Copying Memo and Info in VBS folder... md C:\VBS COPY "%INSTDRV%\HOTFIXES\memo.vbs" "C:\VBS" COPY "%INSTDRV%\HOTFIXES\_memo.vbs" "C:\VBS" COPY "%INSTDRV%\HOTFIXES\info.vbs" "C:\VBS" ECHO. ECHO Copying Windows OEM Info... COPY "%INSTDRV%\HOTFIXES\Oemlogo.bmp" "%systemroot%\system32" COPY "%INSTDRV%\HOTFIXES\Oeminfo.ini" "%systemroot%\system32" ECHO. ECHO Creating Outlook Express Folder... md D:\Outlook COPY "%INSTDRV%\HOTFIXES\Outlook\*.*" "D:\Outlook" ECHO. ECHO Copyin signature file in Outlook folder... COPY "%INSTDRV%\HOTFIXES\signature.txt" "D:\Outlook" ECHO. ECHO Copyin tutor file in Admin folder... COPY "%INSTDRV%\HOTFIXES\Tutor.doc" "F:\Admin" COPY "%INSTDRV%\HOTFIXES\Teleassistenza.mht" "F:\Admin" ECHO. ECHO Creating Folder Background... md %systemroot%\Web\Background COPY "%INSTDRV%\HOTFIXES\Background\*.*" "%systemroot%\Web\Background" ECHO. ECHO Copying FSI Fonts... COPY "%INSTDRV%\HOTFIXES\fonts\*.*" "%systemroot%\Fonts" ECHO. ECHO Copying FSI and JavaVM Icons... COPY "%INSTDRV%\HOTFIXES\*.ico" "%systemroot%\Cursors" ECHO. ECHO Copying Windows Wallpaper and Outlook set... COPY "%INSTDRV%\HOTFIXES\Lamborghini.jpg" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Lamborghini.html" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Cadillac.htm" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Cadillac.jpg" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\CONCEPT.jpg" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Concept.htm" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\0040.jpg" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\0040.htm" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\forest.jpg" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Forest.htm" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\news.htm" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\news.htm" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Carmen_Electra_backg.jpg" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Carmen_Electra.htm" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Carmen_Electra.jpg" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Maserati.htm" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Maserati.jpg" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Mercedes_slk.jpg" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Mercedes.htm" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\Noblem.jpg" "%systemroot%\Web\Wallpaper" COPY "%INSTDRV%\HOTFIXES\noblem.htm" "%systemroot%\Web\Wallpaper" ECHO. ECHO Creating and Copying Windows System Files... md D:\Preferiti COPY "%INSTDRV%\HOTFIXES\Preferiti\*.*" "D:\Preferiti" md D:\Documenti md D:\Desktop md D:\Outlook COPY "%INSTDRV%\HOTFIXES\Outlook\*.*" "D:\Outlook" D: cd Documenti md Word md Excel md Acrobat md Appunti md Web md e.mails md Access md Powerpoint md Downloads md Musica md Immagini md Video E: md Programmi ECHO. ECHO Copying Tutor in Word folder under Documents... COPY "%INSTDRV%\HOTFIXES\Tutor.doc" "D:\Documenti\Word" md C:\Temp ECHO. ECHO Copying FSI Web Link... COPY "%INSTDRV%\HOTFIXES\Preferiti\*.url" ""%systemdrive%\Documents and Settings\All Users\Menu Avvio" md E:\I386 cd E:\I386 md NETBEUI COPY "%INSTDRV%\HOTFIXES\NETBEUI\*.*" "E:\I386\NETBEUI" ECHO Cleaning the System... %HOMEDRIVE% cd %UserProfile% rd /s/q "Impostazioni locali"\"Temporary Internet Files" rd /s/q "Impostazioni locali"\temp rd /s/q "Impostazioni locali"\cookies rd /s/q "Impostazioni locali"\history rd /s/q cookies rd /s/q temp rd /s/q history md "Impostazioni locali"\"Temporary Internet Files" md "Impostazioni locali"\temp md "Impostazioni locali"\cookies md "Impostazioni locali"\history md cookies md temp md history ECHO. ECHO Disattivazione contatori disco... DISKPERF -n ECHO. ECHO Setting Process Idle Task... ECHO Please, wait until Windows terminate process... Rundll32.exe advapi32.dll,ProcessIdleTasks ECHO. ECHO Removing MSN Messenger... RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove ECHO. ECHO Creating Start Menu Folders... %systemdrive% cd "%systemdrive%\Documents and Settings\All Users\Menu Avvio" md PlayTheGames md Manutenzione md Comunicazioni md Grafica md Comunicazioni md Videoscrittura md Audio-Video md Web-P2P md Masterizzazione ECHO. ECHO Registering Elenco Directory Voice... REGEDIT /S %INSTDRV%\HOTFIXES\Elenco_directory.reg ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %INSTDRV%\HOTFIXES\RegTweaks.reg ECHO I'm waiting some seconds for registering registry addons... ECHO. ECHO Installing FSI SERVICE MICSO Account... start /wait %INSTDRV%\HOTFIXES\Micso_FSI_Setup\FSI_Service_setup_micso.* ECHO. ECHO Restore FSI System-Interface Settings... pause %SYSTEMROOT%\system32\usmt\migwiz.exe ECHO. EXIT Chiaramente il file .cmd fa riferimento a file e cartelle presenti in una specifica directory (masterizzabile alla bisogna) e modificabile in base ad eseigenze differenti (es. SO di diverse lingue). |
![]() |
![]() |
![]() |
#76 |
Bannato
Iscritto dal: Jul 2000
Città: Sanremo (IM)
Messaggi: 6025
|
Mandami il tuo indirizzo e.mail in PVT. Non appena avrò un pò di tempo, ti mando tutto il materiale, così magari te lo studi un pò e... certamente ne uscirà un capolavoro.
|
![]() |
![]() |
![]() |
#77 |
Senior Member
Iscritto dal: Sep 2003
Messaggi: 9431
|
Due domande:
1) che cosa è il VBS? 2) che cosa è quell'elenco enorme?
__________________
1)P4 2.4-Asrock p4i65- Sapphire Hd3450 512mb agp- 2GB ddr400-Hd 80gb WD- Thermaltake Litepower 450W 2)Amd 3200-Msi K8n Neo4 Platinum - 2*512 MB pc3200-Asus N6600gt- HD WD 160GB-enermax noisetacker 370. |
![]() |
![]() |
![]() |
#78 |
Bannato
Iscritto dal: Jul 2000
Città: Sanremo (IM)
Messaggi: 6025
|
1) VBS = Visual Basic Script;
2) Roba da incrociare le palle degli occhi. ![]() Ultima modifica di nicscics : 08-07-2004 alle 10:10. |
![]() |
![]() |
![]() |
#79 | |
Senior Member
Iscritto dal: Sep 2003
Messaggi: 9431
|
Quote:
![]()
__________________
1)P4 2.4-Asrock p4i65- Sapphire Hd3450 512mb agp- 2GB ddr400-Hd 80gb WD- Thermaltake Litepower 450W 2)Amd 3200-Msi K8n Neo4 Platinum - 2*512 MB pc3200-Asus N6600gt- HD WD 160GB-enermax noisetacker 370. |
|
![]() |
![]() |
![]() |
#80 |
Bannato
Iscritto dal: Jul 2000
Città: Sanremo (IM)
Messaggi: 6025
|
Visual basic Script (dalla guida di Windows XP)
Cenni preliminari su Windows Script HostWindows Script Host consente di eseguire gli script facendo semplicemente clic su un file di script sul desktop di Windows o digitandone il nome al prompt dei comandi. Analogamente a Microsoft Internet Explorer, Windows Script Host svolge il ruolo di controller dei moduli di gestione di script ActiveX. A differenza di Internet Explorer, utilizza una quantità minima di memoria e rappresenta una soluzione efficace per l'esecuzione di script sia interattivi che non interattivi, quali script di accesso e amministrativi. Sono disponibili due versioni di Windows Script Host: una versione Windows (Wscript.exe), che include una pagina delle proprietà per l'impostazione delle proprietà degli script, e una versione basata sul prompt dei comandi (Cscript.exe), che include parametri della riga di comando per l'impostazione delle proprietà degli script. È possibile eseguire entrambe le versioni digitandone il nome, Wscript.exe o Cscript.exe, al prompt dei comandi. In precedenza, il solo linguaggio nativo per la creazione di script supportato da Windows era quello MS-DOS. Benché sia veloce e meno complesso, il linguaggio MS-DOS offre funzionalità limitate rispetto a VBScript e JScript. Ad esempio, il controllo del flusso del programma non era incluso nel linguaggio. L'architettura di Windows Script Host offre agli utenti i vantaggi derivanti dall'utilizzo di potenti linguaggi per la creazione di script, continuando a supportare gli script di comandi MS-DOS. Windows Script Host supporta script realizzati in Visual Basic Scripting Edition (VBScript) o JScript. Quando uno script viene avviato dal desktop di Windows o dal prompt dei comandi, l'host legge e passa il contenuto del file di script specificato al modulo di gestione di script registrato. Il modulo di gestione di script identifica gli script in base alle estensioni dei file (vbs per VBScript e js per JScript), non dal tag SCRIPT (utilizzato in HTML). In questo modo, non è necessario conoscere l'identificatore programmatico (ProgID) dei moduli di gestione degli script. L'host di script crea e aggiorna il mapping delle estensioni script con i relativi ProgID e utilizza il modello associativo di Windows per avviare il modulo appropriato per un determinato script. |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 00:41.