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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ahoover

  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.

Part and Inventory Search

Back
Top