Windows 10: BATch output to file Heeeelp!

Discus and support BATch output to file Heeeelp! in Windows 10 Support to solve the problem; Win10 - 64 bit Pro. Version 1909. fully up to date, but obviously with KB4524244 uninstalled. *Sad G'day folks. I have a Win .BAT file that I run... Discussion in 'Windows 10 Support' started by arturox, Feb 21, 2020.

  1. arturox Win User

    BATch output to file Heeeelp!


    Win10 - 64 bit Pro. Version 1909. fully up to date, but obviously with KB4524244 uninstalled. *Sad

    G'day folks.

    I have a Win .BAT file that I run every day to copy important data from the days doings from the C:\ VRPC to the D:\VRPC.

    Below is one command line from the BAT file... (There are a number of others).

    XCopy C:"Apps\VirtualRPC-DL620\HardDisc4\Net\Pluto\!Pluto\Articles" D:"ROStuff\VirtualRPC-DL620\HardDisc4\Net\Pluto\!Pluto\Articles" /Y


    This copies the Pluto Articles Directory/files from the C to the D drive, in the process displaying the files onscreen as they are copied.

    What I'm after is additional commands/flags that will output the processes displayed to a file?

    Thanks
    Dave

    I'm aware there are those flags, but I can't get them to work. :-(

    D.

    :)
     
    arturox, Feb 21, 2020
    #1
  2. oily_17 Win User

    Batch Files Knowledge Base

    Don't use batch files very much but one I find useful is for creating a list of files in a directory.
    Just copy the text below into Notepad and save as Filelist.bat

    dir /a /-p /o:gen >filelist.txt

    When you run it from a folder it will create a Filelist.txt file,in the same folder, that lists all the files in that folder.Useful when you are too lazy to type all the files out yourself.
     
    oily_17, Feb 21, 2020
    #2
  3. Batch Files Knowledge Base

    Very nice and usefull thanks for contributing.
     
    AphexDreamer, Feb 21, 2020
    #3
  4. Steevo Win User

    BATch output to file Heeeelp!

    Task Scheduler Batch file

    if you launch a batch file as any user it will launch in that users account.

    Create a batch that runs "dir" command and outputs it to a text file, that will be in said users account, and if it exists already it just reads the username from teh text file.

    I will tell you what you need to know, but I'm not doing it for you.
     
    Steevo, Feb 21, 2020
    #4
Thema:

BATch output to file Heeeelp!

Loading...
  1. BATch output to file Heeeelp! - Similar Threads - BATch output file

  2. Batch File

    in Windows 10 Software and Apps
    Batch File: Hi, I am trying to create a batch file to determine whether a user account is signed on.I don't have enough experience to get it to @Echo it worked. Any advice please.Batch file:REM Query whether user SBackup is active@echo onsetlocal enabledelayedexpansionset...
  3. Batch Files

    in Windows 10 Gaming
    Batch Files: How do i make it that my batch file puts itself in to startup https://answers.microsoft.com/en-us/windows/forum/all/batch-files/6156404d-20d4-4f58-bee5-14629dbf7b10
  4. Batch Files

    in Windows 10 Software and Apps
    Batch Files: How do i make it that my batch file puts itself in to startup https://answers.microsoft.com/en-us/windows/forum/all/batch-files/6156404d-20d4-4f58-bee5-14629dbf7b10
  5. HEEEELP PLS

    in AntiVirus, Firewalls and System Security
    HEEEELP PLS: For a long time a susspected that i am Hacked. Now i'm shure. In subject i send you a event that i saw on my pc. I did not connect to any devices but there was this event, high CPU usage by the NSI service, laptop overheatting, and my computer is now a workgroup. My network...
  6. Create batch files with Batch?

    in Windows 10 Software and Apps
    Create batch files with Batch?: How to create Batch and VBS files with Batch? So I write a batch file which I then convert to exe that creates new folders in a certain directory and then creates batch and VBS files with a certain content and saves them in the created folder. So it's similar to a program...
  7. Batch variables are not output?

    in Windows 10 Network and Sharing
    Batch variables are not output?: Hello everybody I have written the following script: @echo off setlocal enableDelayedExpansion :set/p again Z=Number of rows: set/p S=Number of columns: set/a Ze=%Z%+0 set/a Sp=%S%+0 if not %Z%==%Ze% ( cls echo error.. goto again) if %Z%==0 ( echo error... goto again )...
  8. With batch file output as internet page?

    in Windows 10 Customization
    With batch file output as internet page?: Some years ago someone showed me how to create a website with a batch file. This was just text, it had no function. Does anyone know how to do this or does anyone know the orders? Mit Batch-Datei Ausgabe als Intenetseite?
  9. Batch File

    in Windows 10 Support
    Batch File: I need a batch file to create a folder with sub folders. The sub folders will be named the current date, they will go in a folder on c drive. For example we can call the folder test and it would be in documents on c drive. Every time we run the batch file it would create a...
  10. 0x000007b error HEEEELP!

    in Windows 10 BSOD Crashes and Debugging
    0x000007b error HEEEELP!: Hay! I need you help. I have the latest windows 10 update and directx update and .netframework and microsoft visual c++ I have been trying to solve this problem for a long a time now and I have done virtually everything said on the net BUT reinstalling my windows... This...