Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ahoover

    Can you tile windows vertically on launched batch file?

    my command is something like this: start cmd /c psinfo -s \\114.16.1.105>\\pcname\ftp\test\192.x.x.x.txt I have multiple lines of that and they all run really fast, but instead of having them cascade, i would like to do tile windows vertically so i can gauge how much I have left. I can't just...
  2. ahoover

    How do I seperate CMD window for every line?

    That's it! Thanks man!
  3. ahoover

    How do I seperate CMD window for every line?

    Yeah, i've tried both of those and still won't work. Any more ideas?
  4. ahoover

    How do I seperate CMD window for every line?

    Okay that worked but the append command doesn't work when it does this. For example, start psinfo -s -d \\ntce1842 >> output.txt It fires up the window and just seems to run the psinfo command without the ">>output.txt". So nothing appends to the file. Any ideas?
  5. ahoover

    How do I seperate CMD window for every line?

    For example, let's say this is a batch file: --------------- tlist dir kill explorer.exe ----------------- I would like to have 3 seperate CMD windows appear and run this simultaneously. Anyone know of a quick command for this?
  6. ahoover

    How can I get this script to output to a specified file?

    Maybe I'm explaining this wrong. Okay, it's like this. I want this exact string of text to be RE-displayed in another file. I don't want the results of it displayed in the file. I hope this helps. Thanks PHV, you're getting me on the right track. Here's the string again. "cmd /C psexec...
  7. ahoover

    How can I get this script to output to a specified file?

    that didn't work...it just displayed '>>log.txt' in the line. I don't want that part displayed, i want it to drop the info before it INTO that file. any more ideas?
  8. ahoover

    How can I get this script to output to a specified file?

    "psexec \\" & strcomputer & " " & chr(34) & "c:\temp\sav"& chr(34) I want to run this on multiple PCs and have it drop the text line into a file, one after the other. I can't figure out how to get it to work with a "> log.txt" command. I might be placing it in the wrong spot. Any ideas...
  9. ahoover

    how do you use quotes within quotes?

    i.e. "psexec \\" & strcomputer & " "c:\TEMP" " It won't recognize it the correct way. Any ideas?
  10. ahoover

    How can I import a TXT file (output) into an html page???

    can you give me an example of a response.write command?
  11. ahoover

    How can I import a TXT file (output) into an html page???

    I have a srvinfo pulling network information on machines and dropping the output into a txt file. How can I get that data to come back to the page and be inserted into it? I can format it myself later. Please help!
  12. ahoover

    How can i read a DOS Window results

    Okay, I get pushing the output to a text file, but HOW do you get the TEXT file info into the textboxes in the app??? Please let me know. Thanks.
  13. ahoover

    dumping data to a .txt file

    that works great...but what I had intended was for it to take multiple requests and keep filling up...not erasing over the old data. Is there a way to do that?
  14. ahoover

    dumping data to a .txt file

    How can I dump data that would normally go into a database to dump into .txt file? What's the command and could you write a line or two? Thanks.
  15. ahoover

    Extracting data from registry using VB

    that is helpful. But could someone or yourself give me a simple example. Something that I can run to just see it capture the data. Also, what type of components or references might I need to add to my project.
  16. ahoover

    Extracting data from registry using VB

    How would I extract data from the registry of a PC using VB? Should I run a shell command and have a batch file run? Please show example if possible. Thanks.
  17. ahoover

    NEED HELP!!! I can't access registry or task manager

    Everytime I try to open up regedit or task manager, they open and then close down within a second...something is closing these so I can't make changes. However, I can access them fine in safe mode. Anyone know what files or where to look in my registry to see what is doing this? I need to get...

Part and Inventory Search

Back
Top