VB Script
VBS
.vbs
'**************************************************
'**************************************************
'** **
'** Visual Basic Script **
'** **
'** Script Name: **
'** Version: **
'** Author: **
'** **
'** Description: **
'** **
'** **
'**************************************************
'**************************************************
OPTION EXPLICIT
'Declare Variables
'Declare Objects
'-------------------------------------
'Main Code
wscript.quit 0
' End of Script
'-----Functions and Subroutines--------------------------------
Function eko(aradia)
wscript.echo aradia
End Function
'-------------------------------------