[2008] Encrypt Command Prompt Batch File

Feb 12, 2009

is there possible to encrypt a command batch (.bat) file so that user can't read the source code?

Or is it possible to embed it in VS 2008 so that user are invisible to the cmd file?

View 5 Replies


ADVERTISEMENT

Read A Xml File From The Command Prompt Batch File

Apr 29, 2010

i need to read a xml file from the command prompt batch file.

View 4 Replies

Execute A Command On DOS Prompt With Getting File Name At Run Time?

Sep 23, 2009

I want to execute a command on DOS prompt with getting the file name at run time. I tried the following command, it didnt work.[code]...

View 1 Replies

Pen Command Prompt Using Vba Without Knowing The File Path?

Jan 22, 2009

Is there a way to open Command Prompt using vb.net or vba without knowing the file path?. Is there a command like Open cmd.exe

View 3 Replies

VS 2008 Command Prompt Process

Mar 20, 2009

I am having a little trouble with my VB.NET program and was wondering if someone could point me in the right direction?I have started a cmd.exe process in my vb.net (2008) program however I would like to execute commands for my process (in the same command prompt window created) on the fly. For example (the commands are irrelevant)... on the click of button 1, I would like to carry out the command "cd C:". Once that has finished I'd like to be able to click button 2 which executes "help". (I do not want the commands to execute when the process starts).[code]

View 14 Replies

VS 2008 Command Prompt Results To A Richtextbox?

Jan 4, 2010

1. Is their a way that i can capture the command prompt results and place it in a richtextbox?

View 6 Replies

Run Batch/DOS Command As A Windows Form Application In VB 2008 Pro?

Apr 4, 2011

I need to stop services on three different servers then reboot them, then check if services are up and running.

View 2 Replies

VS 2008 Giving Parameters On Startup In Command Prompt?

Mar 18, 2009

I need to give an app 2 string values on startup via the command prompt like this

C:myapp.exe string1 string2

How do I accept these values?

View 5 Replies

VS 2008 Redirect Input And Output Of Command Prompt

Nov 27, 2009

Every time I try and redirect input and output of command prompt I have a problem. The debugger itself crashes! Something must really be wrong. What is a good way to launch CMD and send commands to it, receive output.

View 1 Replies

VS 2008 - Make Application To Accept Arguments From The Command Prompt?

Oct 26, 2009

I'm currently making a text editor, and I wanted to make my application accept arguments from the command prompt, you know <Directory>myapp.exe <textfile>. How can I do this?

View 4 Replies

VS 2008 Redirected Results Of Command Prompt To A Multi-line Textbox

Jan 31, 2010

I have redirected the results of the command prompt to a multi-line textbox and i want to get the line number of the error. [code] how would i get the line numbers? it should get 90,92,95.

View 4 Replies

Command Prompt 'Copy' Command Equivalent

Apr 24, 2011

In the Windows Shell, there is a command that looks like this: copy /b fileA.zip + fileB.jpg fileC.jpg..Is there any equivalent function in VB.NET? I already know this works: [code] But I would much rather have a built-in function to work with. Here is what I am trying to do: url...Also, this doesn't just work for pictures. It works for any binary file. Is there any way in VB.NET to tell if a file is binary or text?

View 3 Replies

Hide Characters In SET Command On Command Prompt?

Feb 6, 2011

Is there a way to hide the characters of a "set /p password=Enter Password:" command? Or any new strand not using the SET command i could use instead?

View 2 Replies

Use Of Command Prompt With VB

Apr 19, 2009

I need to sort my code to work for Visual Basic 2008 Express Version, I am trying to open the Command Prompt through Visual Basic and make Visual Basic run through the Command Prompt. By this i mean i need Visual Basic to Send Messages from a text box on my design to the command prompt, e.g to make my program go through the command prompt to do the basic hide files in a picture.

[Code]...

View 1 Replies

How To Set Password Using Command Prompt

Dec 24, 2009

I am not a developer but I like tweaking with system, I am recently trying to create an app that can reset admin password, but the problem is that I am not able to run the following command from standard account.

net user user_name * I know it is because of security reason but there must be some way so that software developer can tweak it, can someone guide me..[URl]..

View 14 Replies

Run DOS/CMD/Command Prompt Commands From .NET?

Apr 21, 2012

The question is self-explanatory. It would be great if the code was one line long (something to do with "Process.Start("...")"?). I researched the web but only found old examples and such ones that do not work (at least for me). I want to use this in my class library, to run Git commands

View 1 Replies

Stop App From Command Prompt?

Feb 22, 2009

Before posting this question I have carried out a few searches on this forum but I am afraid I am struggling because I am very new to Visual Basic and although I do have some programming background, yesterday was day 1 and I took a web tutorial and watched a few video tutorials. (Long way to go!).

OK to the question and I know I should really not ask 2 but It's better to get them both in one post I think.

I want to build a small utility to run a form in full screen to basically hide an old application running in the background.

My old application is a database (Non VB code) which works very well but while it batch exports a lot of data the software displays some pretty ugly windows, I want to call my VB utility from a command prompt with 1 or more switches to display some meaningful text about where it is in the routine.

I also want to be able to send a switch at the end to close it completly.

Q1 - What is the best way to manage command prompt switches ?

Q2 - How do I make it close itself ?

View 7 Replies

Windows Command Prompt With VB

Dec 18, 2009

Windows Command Prompt with VB

View 1 Replies

Command Prompt "Copy" Command Equivalent?

Feb 10, 2012

In the Windows Shell, there is a command that looks like this:copy /b fileA.zip + fileB.jpg fileC.jpgIs there any equivalent function in VB.NET? I already know this works:Shell("cmd copy /b fileA.zip + fileB.jpg fileC.jpg")

View 5 Replies

Open Command Prompt And Run The Command "netstat -a"

Oct 2, 2011

I'm starting to make a program that will run some commands, so i need some code that will open command prompt and run the command "netstat -a".

View 11 Replies

Get VB 2008 To Run A Batch File?

Oct 24, 2010

I need Visual Basic to run a batch file I have placed a batch file inside my startup application directory Inside the batch file I have WUinstall /install /reboot "When I double click the batch file it works perfect" Visual Basic 2008 Command Button I Have

Dim p As Process
Try
'instance a new process
p = New Process

[code]....

When I click this command button all I get is CMD window just flashes. When I hold down the enter key I can faintly read something about it is not an internal command.

View 14 Replies

A Command Prompt Like Code Snippet?

Apr 26, 2011

I am looking for an easy way to have a command prompt like interface for my form. The idea is to make it an interactive text interface. Here is an example of what it might look like > Hi Hello! > How are you? I am fine! >_So it's very much like a chat. BTW, I am not referring to what the example is, just the concept of a command prompt, that I can create a scrollback buffer for. Very much like a MSDOS prompt.

View 5 Replies

Administrator Command Prompt Through VB 2010?

Jul 28, 2010

I have this problem where is wont let me create and files through the command prompt via echo xxx> C:xxx in Visual Basic. If I do it sepoaratly and run the command prompt as admin (This is not using vb at all) then it will work. I have tried putting my vb app to require previlidges at both levels at different times, not at once, and I still got the same thing.So is there a way I can use the comman prompt through vb, but also making the command prompt being an admin without turning off UAC?The code that will not work is this.

Shell(Environ$("Comspec") & " /c """ & WDir & "ToolsMediaInfoMediaInfo.exe"" --output=xml """ & WDir & "ToolsMediaInfoMediaInfo.xml""")

View 1 Replies

Command Prompt Closing After A Second When Run The Program?

Nov 9, 2011

This is my first VB program, but how do i make the command prompt stay ?

Option Strict Off
Option Explicit On
Module Module1

[code].....

View 3 Replies

Command Prompt Text To Textbox?

May 17, 2010

I would like to capture the command prompt text and place it into a textbox.

Process.start("C:cmd.exe","arguments")

this starts the command prompt

But how does one capture the command prompt text and place it into a textbox.

From what I have learned just about anything is possible.

View 2 Replies

Command Prompt Won't Show The Result

Nov 28, 2011

I'm working on some coding katas and managed to finish the algorithms and am now coding it?However, I can't seem to get Command Prompt to display the result.

Here's the code.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

[code]....

View 7 Replies

Communicate Between Command Prompt And Program?

Jan 2, 2010

I wanted to make a vb.net version of this trick used to hide files in pictures: [URL]

In my mind I have to use an open file dialog box to do this.

View 3 Replies

Creating An Interface For The Command Prompt?

Aug 29, 2008

I would like to create an interface for the command prompt so users here do not have to type in everything. I would probably use a FileOpen dialog to pass paths, etcfor me would be a link to (or small sample code), that does something like register a .dll.

..open the command prompt in the background and register a .dll using the following: "regsvr32 C:WINDOWSsystem32UTA_CTL.dll".

[code].....

View 6 Replies

Execute Button From Command Prompt?

Mar 2, 2011

I am working on a vb.net project and i have a "start" and "Pause" Buttons on the FormPost.exe

I am trying to schedule a batch process to run every day in the morning at 4:00 AM.

How can i run a command prompt to execuite FormPost.exe and them click on "start" button, all via command prompt?

View 2 Replies

Execute Commands Like In Command Prompt?

Sep 20, 2009

I know of the Shell method to run files, but how can I execute normal command prompt commands like nslookup, and capture the output as a string?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved