Get Parts Of CMD Output?
Jun 18, 2009
Im dont know whos familiar with acronis but im using the command line version and some scripts i made to restore data to hard drives.The program is running in CMD, so its should be doable. It also not only needs to redirect but keep the CMD windows open so i can input y/n if is requires it. [code]...
View 3 Replies
ADVERTISEMENT
Nov 2, 2011
I am new to VB and newer to posting in forums. Please excuse my ignorance. I am trying to run "net view" from cmd and have a button text for each computer found. So far my code is:
Private Function nview_run() As Boolean
Dim nview_runProcess As New Process()
Dim nview_runStartInfo As New ProcessStartInfo()
[code]......
View 9 Replies
Mar 1, 2012
What I am trying to do: There are three powershell scripts with different time delays as shown below.I am trying to run them asynchronously in .NET and I followed this article to implement Asyncrhonous programming. Where I am stuck:The I am not able to retrieve output after the events are invoked.The scripts are being called but then the program ends and it shows "Press any key to continue" in console windows.I don't what I am missing here.
Info: JobRequest is a class that I use to pass around information keep track of jobs.
Sub Main()
OurAsyncFunctionCalling("psDelayScript2.ps1", "-arg1 4 -arg2 5", 1)
OurAsyncFunctionCalling("psDelayScript1.ps1", "-arg1 2 -arg2 3", 2)[code]......
View 1 Replies
Sep 25, 2011
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Microsoft.VisualBasic.Interaction.Beep()
System.Diagnostics.Debug.WriteLine(3 + 2)
End Sub
Why I don't see in Output window number 5 as output?
View 4 Replies
Jun 14, 2012
I'm just going to throw all my code in here in case there's something wrong with a piece of the code not in the "SelectName()" sub.
Module Module1
Dim selectednames As String = ""
Dim index As Short = 0
Dim inarray As Boolean = False
[code]....
Here's an image of what it does (I suppose you can see what went wrong)13 inputs, 3 outputs expected, only 1 output given.As from what I've figured out so far, it's doing the correct amount of loops etc. It's just as soon as it starts generating the "winner" for the 2nd game key it doesn't get a string value from namesarray.Also, why is
For x = 0 To totalnames - 1
Debug.Print("namesarray(" & x & ") = " & namesarray(x))
Next
not giving me a debug output?
View 2 Replies
Jun 3, 2009
i am having problems getting my code to delete certain parts on an XML.I've tried..
DirectCast(ListBox2.SelectedItem, Data.DataRowView).Item("name").Delete()
DirectCast(ListBox2.SelectedItem, Data.DataRowView).Item("description").Delete()
DirectCast(ListBox2.SelectedItem, Data.DataRowView).Item("manufacturer").Delete()[code]....
But get Quote: Public member 'Delete' on type 'String' not found
View 1 Replies
Nov 16, 2009
I have a xml document that i want to edit, for example true texboxes, any other way would also be welcome :))
[Code]...
View 3 Replies
Aug 16, 2010
I have 4 textboxes three for input one for output. Basically what it does is takes input from textbox1, 2 and 3 then combines them in textbox4.here is an example:
textbox1.text = "AA" textbox2.text = "BB" textbox3.text = "CC" textbox4.text = "AABBCC"
what I am trying to do is is compare the input with the output.so take the first two characters in textbox4 and see if they are the same as in textbox1. then take the second two characters and see if they are the same as textbox2.
I know how to do it for just one string of characters but I am not sure how to seperate out different letters in one textbox.
View 5 Replies
Jun 21, 2010
I have a datagrid that show an online status. the Status column have 2 status, OnLine n OffLine. I want to make any record that Status = Online into bold style.
View 2 Replies
Jan 16, 2010
i want to update different areas of my MVC page after one action (say a click) occurs.how, i use ajax, and wrapping the entire area where all these parts need to be updated is counter intuitive as the ajax data being sent back would be close to the entire page.i have a few partial views, - but the problem is, each action only returns one view! how can i return multiple views from this one action?i know a popular solution is to just hammer the server with multiple async javascript ajax requests for each "part" of the view, but this really is unnecessary and inefficient, reconstructing and destroying the page (say) 5 times for just one action, when it should just occur once, and once it does, the server should manage all the partial views then and there.
View 3 Replies
Jan 28, 2010
This string is automatically generated with an application I can't access or change[code]....
View 1 Replies
Jun 4, 2009
I am trying to get the date parts selected by a user on the MonthCalendar control. I know how to set the date, thanks to some help from this forum. Now I have run into another problem. I need to be able to take the MONTH, YEAR and DAY selected by the user. I have tried this example I saw, but it does not work, mmDay = CalendarMonth.Tex.ToString("d").
View 1 Replies
Nov 2, 2011
How to divide a wav file into two parts. I don't very know how to implement this functionality. If possibly, can you give me detailed code snippet or other some useful link.
View 4 Replies
Sep 28, 2009
Many types of credit cards have the same format. This format is XXXX-XXXX-XXXX-XXXX, where X is a digit.The dashes are embedded into the string containing the card number.Create a console application to * Declare String variables Partl, Part2, Part3, Part4, and InputString. * Read a credit number consisting of 16 digits only, no hyphens, into InputString.* Write the statement(s) to extract each four-digit segment into Partl, Part2, Part3, and Part4* Display the four parts.This is what I have, and I cannot figure out what I'm doing wrong because there is an error when it runs.
Sub Main()
Dim inputString As String = "1234567891234567"
Dim part1, part2, part3, part4 As String
[code]....
View 3 Replies
Sep 30, 2009
Written down a xml.
We are using vb2005.
How can we read for example on a simple way the node: logstartdate of the three parts.
xml:
<?xml version="1.0"?>
<Map><Algemeen><Vernietigingsjaar>2005</Vernietigingsjaar><total>3</total></Algemeen><Logs><Log><action>action2</action><number>1</number>
[Code].....
View 4 Replies
Jan 4, 2009
I have post several parts of my assignment. Can someone advise me on how to do a log on screen. I have a splash which is on a timer, which is supposed to go to a logon screen. I have created the database project in visual studio 2008. Database was created in ms access 2007.
View 2 Replies
Apr 8, 2010
I seem to have a problem here. I need to be able to delete a certain part of an array. For example, this is the array
Array(0) = "Test"
Array(1) = "Test2"
Array(2) = "Test3"
[code].....
View 2 Replies
Jun 13, 2011
I have a large matrix, aprox 600x300 and want to divide it up into 6 sections across and 4 vertically and then sum the corresponding areas of the large matrix based on this division. To clarify all the numbers in the top 100 x 150 area of the matrix would be summed to give me the first number in the next matrix. I've tried playing with some code but its not giving me what I expect and I'm unable to figure out exactly why. I'm sure there is a more efficient way to do this but I'm unable to find it.
Array1 - original large array
Array2 - new small array
y and x count are the new coordinates of the new array
[code]....
View 5 Replies
Nov 19, 2011
I'm not 100% how I could describe this, so I made an image.
So what I want is to have a listview with items in the middle. Say
Green
Blue
Orange
And then on either side of those I want the default to be 1's, like on the image. And then I want to be able to press < or > when I have say Green selected and press - or + and it will increment the numbers. Like the second part of the image when the < is 1 and the > is 0.
View 7 Replies
Jun 19, 2012
firstly i wanted to say sorry for my english. And my problem is a windows xp which is almost all of parts disabled. i'll try to explain with a screenshot
this is a sample pc not the real pc that has the problem All the start menu items , and the other stuff like group policy , run menu , task manager , my computer , control panel also internet access disabled except 1 or 2 site and internet explorer's Options menu also disabled
Local area connection's Options menu disabled too for change Icons on desktop like My computer , files disabled , and you can't access the C:/ folder via the browser it is disabled too which libraries do i supposed to use ? or could you guys give me some info for how to do ? i know i didn't explained myself enough but i really have to enable all options on that pc , including all start menu items , group policy access , and access to drives .
one last question , my first aim is surfing on the internet sites without restrictions , it is a router sided restriction i think , if i use softwares like Hotspot shield , can i surf on the internet without restrictions ?
View 6 Replies
Sep 21, 2009
i want to activate robotic parts using a pic microcontroller with vb.basically i want to use the thechniques shawn in this video :
[URL]
here are my questions :
1 what activex do i add ?
2 are there any references i need to add ?
3 are there any imports statements i need to add ?
4 are there classes i can add ?
5 what commands do i use for output ?
6 what commands do i use for input ?
7 can you recomend a specific microcontroller ?
8 how do i add hardware to the device ?
9 what commands do i need to add so the software doesn't glitch ?
View 37 Replies
Jul 23, 2009
I'm fairly new to VB and I had a quick question. I have a multi-line text box that currently looks (line for line) like this:
scn <Name>
Begin <Start Variable>
End
What I am trying to do is make so when I enter text into a different text box (lets call it textbox2) and push an 'Update' button, it replaces a certain part of the original text box. For example:
If I enter "Dogs and Cats" into textbox2 and push update, then this:scn <Name>
becomes this:scn Dogs and Cats
How would you do that? Excuse my lack of VB programming lingo like I said I'm new to this language.
View 1 Replies
Jan 6, 2011
I have a text file with all of the complete paths. I need to know how to get the parts so I can work with them, going from the bottom up.
Ie:
c://walter/jim
c://walter
c://
And rename each with a ++ or something.
c://walter/jim ++
c://walter ++
View 7 Replies
Jul 6, 2011
Is there a fast way to get all the items of an array that have even indexes and put them into a new array in VB.NET?
View 2 Replies
Aug 5, 2009
How can i encrypt or decrypt only a part of a file? I try, and i keep getting an error message that says that the stream might be corrupt. By the way, it is ok to convert the text to a byte array using the system.text.encoding.ascii.getbytes() right? The reason i want to encrypt/compress only a part of a file is because i don't want to encrypt or compress the file header. That way the program can gather info about whether the file is compressed or encrypted.
View 1 Replies
Nov 17, 2008
I have a text like :
Code:
aHR0cDovL3d3dy5kZXNpY2xpeC5jb20=AAAAAAAZGVzaWNsaXguY29t
aHR0cDovL3d3dy5zYW5kcmFjbGlja3MuY29tAAAAAAAd3d3LnNhbmRyYWNsaWNrcy5jb20v
aHR0cHM6Ly93d3cuYnV4b3V0LmNvbQ==AAAAAAAd3d3LmJ1eG91dC5jb20=
aHR0cDovL3d3dy5vc29jbGljay5jb20=AAAAAAAT3NvQ2xpY2s=
And I want.. an example... These strings are encrypted (excepting AAAAAA). I want to call Decode (string) for:
Code:
aHR0cDovL3d3dy5kZXNpY2xpeC5jb20=AAAAAAAZGVzaWNsaXguY29t
aHR0cDovL3d3dy5zYW5kcmFjbGlja3MuY29tAAAAAAAd3d3LnNhbmRyYWNsaWNrcy5jb20v
aHR0cHM6Ly93d3cuYnV4b3V0LmNvbQ==AAAAAAAd3d3LmJ1eG91dC5jb20=
aHR0cDovL3d3dy5vc29jbGljay5jb20=AAAAAAAT3NvQ2xpY2s=
And insert it into this code:
HTML Code:
:idea: [url=VALUE AFTER AAAAAA]VALUE BEFORE AAAAAA[/url]
I know that this not HTML...
View 2 Replies
Jan 1, 2010
OK, so the following is a link to a picture of my program. I'm including it because I feel it makes things a lot simpler. some information. When you click Rename, it goes to that Rename form. The information already there is the current name. What I plan to do is make it easy to rename the file.What I want is when the user clicks one of the handy buttons, the information appears in the text box (as I've gotten that far already). When the button is clicked again, it removes ONLY the specified information. I don't know if you can, and if you can, what to use. Currently I'm using clear which is obviously wrong. I want essentially:
When button is selected
Append Text Variable A
When button is deselected
[code].....
View 2 Replies
May 12, 2011
what is the command line to single out certain parts of text from a string only..for example string = "Hellodullardtomboy".what is the command to capture only the word "DULL" between "hello" and "ardtomboy" only.
View 5 Replies
Jan 27, 2011
Suppose I have two list
list1: {1,2,3,5}
list2: {1,2,2,3,3,4}
I want to get the result list3: {1,2,2,3,3,4,5}
notice the final result contains the common parts between two lists.
View 6 Replies
Jan 30, 2010
I'm making a game using vb.net and GDI+. I've been encountering frame rate problems and one solution that was suggested to me was to only refresh certain parts of the screen. I was also told one way to make this happen was to use rectangle or region structures and since I already have these as hitboxes it seems like a perfect way to efficiently reduce the drop in frame rate.
The only problem is that I have no idea how this would work and so far my google searches have been fruitless. Yet again I turn to this very helpful forum, can anyone help me? By the way I've set doublebuffered to true on my form to get rid of the annoying flicker.
Questions. How do I update or refresh only certain parts of the screen?
I'm using a timer set to tick every millisecond to run everything and it refreshes the screen every 2 milliseconds simply using me.invalidate; each time it ticks things move a little bit and stuff happens that triggers other events etc. The problem is that when the framerate supposedly "drops" things start to change. "Bullets" and projectiles appear to travel many times faster and much less smoothly than they do when there a less objects moving on the screen, it's almost as if the timer runs faster... What's the reason for this? Is there a way I can change this? I remember hearing about a "stopwatch" or something that someone used in their game that was more consistent or something.
Also I'm aware that vb.net with GDI+ isn't exactly the best language to make a video game in but it's for a school project and I have no choice in the matter.
View 3 Replies