Windows 10: how to report bug in batch file processor

Discus and support how to report bug in batch file processor in Windows 10 BSOD Crashes and Debugging to solve the problem; How does one report a bug in the batch file processor for a DOS window?... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by GarthPeterson, Oct 16, 2020.

  1. how to report bug in batch file processor


    How does one report a bug in the batch file processor for a DOS window?

    :)
     
    GarthPeterson, Oct 16, 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, Oct 16, 2020
    #2
  3. Ztruker Win User
    Post problem reports here for Batch files for use in BSOD debugging

    Use this thread to report any problems you find with any of the batch scripts in

    Batch files for use in BSOD debugging

    or if you have a suggestion.
     
    Ztruker, Oct 16, 2020
    #3
  4. how to report bug in batch file processor

    Batch Files Knowledge Base

    Very nice and usefull thanks for contributing.
     
    AphexDreamer, Oct 16, 2020
    #4
Thema:

how to report bug in batch file processor

Loading...
  1. how to report bug in batch file processor - Similar Threads - report bug batch

  2. Where can I report about a bug of an "echo" command inside a batch file, having "" be...

    in Windows 10 Gaming
    Where can I report about a bug of an "echo" command inside a batch file, having "" be...: I can't find where to report about this, but...When I use "" inside an "echo" command within a batch file, it is considered as an ending of a loop instead of being ignored:@echo off for /l %%t in 1, 1, 3 do echo testing %%t echo this comment is printed almost fine, except the...
  3. Where can I report about a bug of an "echo" command inside a batch file, having "" be...

    in Windows 10 Software and Apps
    Where can I report about a bug of an "echo" command inside a batch file, having "" be...: I can't find where to report about this, but...When I use "" inside an "echo" command within a batch file, it is considered as an ending of a loop instead of being ignored:@echo off for /l %%t in 1, 1, 3 do echo testing %%t echo this comment is printed almost fine, except the...
  4. Bug Report

    in Windows 10 Gaming
    Bug Report: Hello i would like to report a bug with windows 11 where there are blank gaps where shopping and games should be in the widgets panels. Another bug ive been encountering is where the widgets sometimes dont update automatically and i have to manually refresh to actually see...
  5. report a bug

    in Windows 10 Network and Sharing
    report a bug: bug ? .. regarding windows 10 file explorer. sorry for the grammar .. I am 80 and i have arthritis in my hands so i try to minimize typing. when a new version of my vb.net desktop application is run for the first time it does the following. 1 .. the program deletes any old...
  6. Bug Report

    in Windows 10 BSOD Crashes and Debugging
    Bug Report: Hello My Self Neeraj From India Here Is A Big Bug On Your Windows 10 Oprating System win10 is not working perfactly in acer aspire E5-573Gin this laptop touchpad not working in windows 10 but its work perfactly in windows 7 here is no any driver issue i was try many of ways...
  7. Reporting bugs

    in Windows 10 Customization
    Reporting bugs: I am currently running Windows 10 verison 20H2 and I am unable to connect to my mobile hotspot sometimes, it says "Unable to connect to this network, also Settings app freezes when we click on System....
  8. Report a bug

    in Windows 10 BSOD Crashes and Debugging
    Report a bug: Hi all, I already posted before regarding frequent BSOD and unexpected crashing where we found out that the main cause was the RAM. We already replaced the RAM and when I turned on the PC, prior to logging in another BSOD event happened. It was pointing to the following...
  9. how to report a bug?

    in Windows 10 BSOD Crashes and Debugging
    how to report a bug?: I want to report a bug i just updated and the screen keep resizing from 480 220 to the native resolution of 1920 by 1080 I have a dell G5 SE laptop and this problem was temporarily solved by disabling AMD RadeonTM Graphics in device manager. can someone plz explain this. G5...
  10. Batch file no report from external hard drive

    in Windows 10 Support
    Batch file no report from external hard drive: I have created this batch file that I often use in a command prompt to remove .tmp., .bak, and other files created by a program that I use: del c:\data\*.wbk /s del c:\data\music\*.clp /s del c:\*.tmp /s del c:\data\music\*.asv /s del c:\data\music\*.asvx /s del...