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 bkrike 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: *

  • Users: ahoover
  • Content: Threads
  • Order by date
  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?

    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?
  3. 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...
  4. ahoover

    how do you use quotes within quotes?

    i.e. "psexec \\" & strcomputer & " "c:\TEMP" " It won't recognize it the correct way. Any ideas?
  5. 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!
  6. 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.
  7. 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.
  8. 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