Tag Archives: shell

Net 2.0 – Interaction Commands and Functions

Posted by Apocalypse at 6:59 AM 2diggsdigg Reason of this project:The Microsoft.VisualBasic.Interaction class exposes many useful commands and methods that were available in Visual Basic like AppActivate, Beep, Callbyname… This tutorial shows how to work with some of them.Project details:1- … Continue reading

Posted in ADMIN, Snippets - VB.Net, Windows Forms Videos | Tagged , , , , | Leave a comment

cmd – Command Shell

CMD.exe Start a new CMD shell. Syntax CMD [charset] [options] [My_Command] Options /C Carries out My_Command and then terminates /K Carries out My_Command but remains My_Command : The command, program or batch script to be run. This can even be … Continue reading

Posted in ADMIN, Scripting, VBScript | Tagged , , , , , | Leave a comment