Batch file question

How would you on the use of the command prompt to create a text file, fill in the data of your command prompt into the text file and save this information to a user's desktop is currently connected? I find that in my business, I am often required to copy a lot of data that are just easier to collect from the command prompt and I would write a batch file to do this for me I would just say to users by e-mail access on a share of business files. As for example. Let's say that the content of my batch file has something like this:

echo off
ipconfig/all
pause
%ComputerName%
pause
output
You get the idea. I know that you could use other means to obtain some of this information, but the idea is that I can automate this process so that a user has to do only execute the batch, and then e-mail the .txt document saved on their desktop for me and delete the batch.
Thanks for any response.
-ITNewB

WhoAmI > %USERPROFILE%\Desktop\IPConfigResults.txt

ipconfig/all > %USERPROFILE%\Desktop\IPConfigResults.txt

SystemInfo > %USERPROFILE%\Desktop\IPConfigResults.txt

The > adds the current results to the file created initially using the > redirection.

I don't know what you intend with % ComputerName % however, it's an environmental no variable not an order so just generates an error

Tags: Windows

Similar Questions

  • There is a possibility to run Labview projects or to set them off from a batch file or if the exist and the ability to control labview or run it from an external application?

    Hi, I m a bit new in LabVIEW and I'd like to ask a few questions...

    -There is a possibility to run Labview projects or to set them off from a batch file or if the exist and the ability to control labview or run it from an external application?

    -One API PI or raspberry beaglebone exists for LabVIEW?

    -Power supply Wich can recommend you control with LabVIEW? (some chip solution witn 0 - 30v / 0 - 3A DC)

    Thank you very much for your advice!

    Best regards

    Elena

    Elena,

    I know raspberry, so no comment on that.

    For the rest:

    -Do you want to create tools for developers? If so, we must look in the API of project VI and VI server. If this isn't the case, please compile your application LV as executable and call this one using a batch file.

    -LV prefer specific supplies. LV is a programming language. There are several power supply providers (including OR) which provide directly the LV API for their power supplies. So, essentially, the approach is:

    1. choose food that serves your needs.

    2. check if the power supply has a standard interface for programming (such as Ethernet, GPIB, or if the power supply is PXI, is already providing a programming interface!)

    3. check if the LV API (so-called "instrument driver") is available for the device. In the case of a PXI system, get you a device driver (for example NI DCPower).

    4. check if the LV samples are available (for example in the Finder for example LV once you have installed the driver).

    Norbert

  • deletion of the batch files

    Reference: HP Photomart C7180 all-in-One

    Vista operating system

    Error 1905

    How to remove my computer HP batch files?

    According to Bob_Headrick,.

    The General procedure goes something like this: download the full driver for your printer from HP here.  Run the Setup program, but abort the process (or just stop respond to guests) when you get to the section on the selection of options.  Now navigate to the temporary directory of the system, in general you can find it by opening 'My Computer' and type folder in the address bar.  In this search for a new directory starting with 7z... directory which are created when Setup was run.  Navigate to this directory in the util\CCC directory and locate the uninstall_L1.bat file.  Run it by clicking on it and selecting 'Run as administrator'.  Repeat for uninstall_L2 by uninstall_L4.  A few reboots may be required after some steps.

    Once all the steps for uninstalling were conducted then to abandon the installation process if it is still ongoing and delete the 7z... directory.

    For some products, there is a utility 'scrubber' which makes the job easier.  Click here, and then put your printer model in the box of the product at the top while maintaining "all-in-one raccoon" information in the question box.

    I hope this helps!

  • batch file to copy file

    Hello

    The code for a batch file

    copy folder (my folder name is = my client of the user on the example of .to network username user name of May is user1 so my D ind drive file is user1) from one disk to another copy.

    I tested this code, but has not responded.

    MD D:\bdc94attrib -r -h -s D:\bdc94\*.*xcopy  "d:\%username%\*.*" d:\bdc94 /Q /Y /R /S
    

    tanks

    Hello James,.

    Thanks for posting your question on the Microsoft community.

    I appreciate your time and patience.

    This question fits better for Windows developers on MSDN forums.

    I suggest you post your question on the MSDN forums for assistance by other developers.

    MSDN forum
    https://social.msdn.Microsoft.com/forums/Windowsdesktop/en-us/home?category=windowsdesktopdev

    Thank you

  • Batch file is not automatically end

    Hello friends,

    I'm Harnish Jouve of the India. Now a days I am facing a question about the batch file does not end.

    I have a database server and I need to transfer data from server to Client PC. For this, I create a batch file. My batch file is run with success and transfer data were but batch file is not terminated automatically. Please find the below batch file script for the same.

    Script below is run on Server 2003

    xcopy \\172.17.7.11\BACKUPS\MORNING\*. * \\172.17.7.55\ORABKP\morning/c/f/r/z

    Data must transfer the server form 2003 to windows 7 PC

    Please help me to solve the same.

    Thank you and best regards,

    Harnish Jouve

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.msdn.Microsoft.com/forums/en-us/home

  • HOW to run a batch file in BACK 6.22?

    I wrote a batch file that works fine in the Windows command prompt, but I would like to be able to run after POST in the BACK. I copied my code AUTOEXEC. BAT file that runs automatically; However sometimes with syntax errors when it reaches the call control and the rest.

    echo. This script is counting the # of POSTs.
    echo. The POST # value is saved in TEST.txt.
    echo.
    
    call:myPOSTTest
    
    for /f "tokens=* delims=" %%x in (A:\TEST.txt)  do echo POST# %%x
    
    echo. &pause&goto:eof
    ::--------------------------------------------------------
    ::-- Function section starts below here
    ::--------------------------------------------------------
    
    :myPOSTTest    - here starts my function identified by its label 
    
    set var=0
    
    if EXIST A:\TEST.txt (
         for /f %%x in (A:\TEST.txt) do (set /a var=%%x+1)
    )
    
    echo %var% >> A:\TEST.txt
    
    goto END
    
    :END
    
    

    Thank you

    Hello

    Many of us being volunteers do not have the expertise to help.  Refer the question to the TechNet Script Center.

    Script Center

  • How to upgrade a driver automatically in Windows NT by using the batch file

    I use the devcon tool to update a Windows XP driver, but unfortunately it does not support Windows NT. So I'm looking for a similar tool for Windows NT. Does anyone know any tool / or script that would update a driver via file/command line in Windows NT?

    Thank you for taking the time to read the question.

    Hello supportalcon,

    Thank you for the question!

    It is disheartening to know that have problems you with the Windows Driver. As I understand it, you need to update a driver automatically in Windows NT by using the batch file.

    The question you posted would be better suited in the MSDN Forums. I would recommend posting your query in the MSDN Forums. You can follow the link to your question:

    http://social.msdn.Microsoft.com/forums/en-us/categories/

    Meet us if you face any problem of Windows, and I'd be happy to help you again and try to correct the problem as soon as possible.

    Good day!

    Hope this information helps.

  • Access denied when you delete a file from a batch file

    I run a batch file to compress and then delete the original file.
    The file is with everyone full access, and therefore the file.
    I run the batch Administrator file (literally, right click and choose Run as administrator).
    The delete operation has always failed with the error: access denied.

    What Miss me?

    I use Windows 2008 Server R2 Standard Edition SP1.

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Windows 7 networking forum.

    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

  • Flashing batch file returns the control too fast

    Hi I have a frustrating problem with a simple batch file that I am running on a W2003 server. For simplicity, it did something like this:

    copy a b
    call runprog.exe
    If errorlevel 0 goto done
    echo "error".
    output
    : fact
    echo 'ok '.

    This has been working for a long time, suddenly and only on 1 times out of 10, while it just started running runprog.exe, control is returned in the batch file and it goes to the error condition. On the other 9 times of 10, she does not return control until runprog.exe has finished (as expected).
    I reloaded runprog and tried a new copy of c:\windows\system32\cmd.exe. I also tried runprog.exe without the call - the same results.

    My conclusion is that something underlying in windows is damaged and he needs fixing with SFC or a recharge, but grateful for any ideas who would not so much here

    Thank you very much

    Hello

    The question you posted would be better suited to the TechNet community. Please visit the link below to find a community that will provide the support you want.

    http://TechNet.Microsoft.com/en-us/WindowsServer/bb512919.aspx

    Hope this information is useful.

  • How to restart and stop the system by running a batch file?

    Can any body give the command batch file for restart and stop of the system.

    My requirement is to reboot or shut down the system at a specific time. So I think that by creating a batch file, that I can schedule the file to run at a specific time of the scheduled task...
    With regard to:
    Rahma.

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited on MSDN. Please post your question in the MSDN forums. You can follow the link to your question:

  • Use of PSEXEC for remote batch file processing

    We are moving a windows application for win 2008 r2. The application uses batch files. Calls from the source server to the Server 2008 r2 target do not run the command as expected file even if you use PSEXEC. The-d option works from the source in SQL2000 but not asynchronous and-i returns an error. Any info would be greatly appreciated. Thanks in advance

    Hi dave_900,

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Windows Server forums.

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer

  • Batch file to download Microsoft security essentials by day

    Hello

    I am an employee of software. I need to download Microsoft Security Essentials every day to connect to my VPN client.

    It takes about an hour to get the download (about 80 MB) and installed.
    I want to know is there a program available batch file that runs daily to achieve so that it installs at the time where I'm going to the office.
    Waiting for the answer as soon as possible.
    Thanks in advance
    Jennifer

    Hi Jennifer,.

     

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    TechNet Forum

    http://social.technet.Microsoft.com/forums/en-us/category/windowsxpitpro

     

    Hope this information helps.

  • By playing. WAV in Batch file

    I created a batch file. During the treatment, I need to play Chimes.Wav a few times. To do this, I have inserted after a command:

    Start/min /Open /Play/E:\Windows\Media\Chimes.Wav nearby WmPlayer.Exe

    However, there is a problem. Top of each time the command is executed, the WmPlayer window opens.

    Please help me with the appropriate syntax by which this popup window does not appear.

    Thanks in advance

    Hi Sajjan Singhania,

    The question you posted would be better suited in the MSDN Community.
    http://social.msdn.Microsoft.com/forums/en-us/windowsdirectshowdevelopment/threads

  • Error: "Windows cannot access the specified device, path or file. May not permissions to access you the item"while trying to open the batch file.

    Original title: HELP! Cannot scroll open batch files and computer Frezes Mid
     
    Whenever I click on a .bat file, you'll see this message:
    "Windows cannot access the specified device, path or file.
    You can not have the appropriate permissions to access the item.
    I am the administrator of the computer and I use a Windows XP.
    And half the time when I scroll, it Frezes the window!
    This computer that I'm talking about is not connected to the Internet so I cannot use a "fix site.
    I already Ran my Virus Scanner, I have no viruses.
    Help, please!
    -The JavaScripter

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the technet Windows XP forums.

    http://social.technet.Microsoft.com/forums/en/category/windowsxpitpro

  • Cannot launch SNDREC32.exe minimized during playback of batch file?

    Hello

    Is it possible to launch SNDREC32.exe from a batch file, this sound recorder is reduced when it reads the file?  I got so the BACK box is hidden, but I like it if tape recorder was automatically reduced also when it reads the audio file.

    Is there command-line switches in sound recorder (SNDREC32.exe) allowing the application to be minimized automatically during playback of the file?

    Hello

    The question you posted would be better suited in the Windows XP IT Pro Forum. I would recommend posting your query in Windows XP IT Pro Forums.

    http://social.technet.Microsoft.com/forums/en/itproxpsp/threads

Maybe you are looking for