Shell("cmd.exe /c c:\first.exe < in.txt > out.txt")
Function IncrementOperator(ByRef value As Integer) As Integer value += 1 Return value End Function
Public Function GetEmployee() As String End Function Public Function GetEmployee(ByVal employee_id As Integer) As String End Function
Dim Path as String = Environment.GetFolderPath(Environment.SpecialFolder.Personal)
Dim exe_path as String = Application.ExecutablePath
Dim path1 as String = System.IO.Path.GetFileNameWithoutExtension ("string_file_path")
Dim path1 as String = System.IO.Path.GetFileName("string_file_path")
MsgBox("Hello") MessageBox.Show("Hello")
MsgBox(Rnd())
MsgBox("Year would be" & Year(Now()))