Windows 10: Batch File - The specified channel could not be found.

Discus and support Batch File - The specified channel could not be found. in Windows 10 Performance & Maintenance to solve the problem; I thought a new set of eyes looking at this might be able to see what is required. I am basically trying to output ALL the event logs on a Local and... Discussion in 'Windows 10 Performance & Maintenance' started by Paul Black, Oct 1, 2020.

  1. Batch File - The specified channel could not be found.


    I thought a new set of eyes looking at this might be able to see what is required.

    I am basically trying to output ALL the event logs on a Local and Remote computer, although I am ONLY really interested in Local at the present time.

    It outputs nicely to the screen but I can't get it to output the data to the created desktop folder. I used the variables i, j, and k to keep it simple.

    Code:
    Thanks.

    EDIT:

    The ERROR message I get it . . .

    Failed to export log %i.
    The specified channel could not be found.

    :)
     
    Paul Black, Oct 1, 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 1, 2020
    #2
  3. Batch Files Knowledge Base

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

    Batch File - The specified channel could not be found.

    Batch file to ping network

    No, batch files are extremely easy.

    A "If" requires three extra steps.

    Code is not how much you can put in, but how lite can you make it and still perform the functions.

    So

    @ echo off


    ping 1.4.1.4 >a.txt

    findstr /m "Request timed out" a.txt
    if %errorlevel%%==0 (
    echo Save our nets!!!
    )

    pause
     
    Steevo, Oct 1, 2020
    #4
Thema:

Batch File - The specified channel could not be found.

Loading...
  1. Batch File - The specified channel could not be found. - Similar Threads - Batch File specified

  2. Notification on “Specified Module Could Not Be Found”

    in Windows 10 Gaming
    Notification on “Specified Module Could Not Be Found”: I recently removed files relating to a HP printer that I no longer use. But each time the PC boots up, there is a notification that specified module could not be found C:\Program Files\HP\HP Deskjet 1000J\10 Series\bin\HPStatus.dll Is there a way around this?Thanks....
  3. Notification on “Specified Module Could Not Be Found”

    in Windows 10 Software and Apps
    Notification on “Specified Module Could Not Be Found”: I recently removed files relating to a HP printer that I no longer use. But each time the PC boots up, there is a notification that specified module could not be found C:\Program Files\HP\HP Deskjet 1000J\10 Series\bin\HPStatus.dll Is there a way around this?Thanks....
  4. Notification on “Specified Module Could Not Be Found”

    in Windows 10 Drivers and Hardware
    Notification on “Specified Module Could Not Be Found”: I recently removed files relating to a HP printer that I no longer use. But each time the PC boots up, there is a notification that specified module could not be found C:\Program Files\HP\HP Deskjet 1000J\10 Series\bin\HPStatus.dll Is there a way around this?Thanks....
  5. The specified module could not be found.

    in Windows 10 Gaming
    The specified module could not be found.: There was a problem startingC:\ProgramData\ScoreModern\PinsBhosu\Silim_nindowscom.dllThe specified module could not be found. https://answers.microsoft.com/en-us/windows/forum/all/the-specified-module-could-not-be-found/26447477-48cb-427b-98f4-89082c3cc790
  6. The specified module could not be found.

    in Windows 10 Software and Apps
    The specified module could not be found.: There was a problem startingC:\ProgramData\ScoreModern\PinsBhosu\Silim_nindowscom.dllThe specified module could not be found. https://answers.microsoft.com/en-us/windows/forum/all/the-specified-module-could-not-be-found/26447477-48cb-427b-98f4-89082c3cc790
  7. RunDLL error The specified module could not be found

    in Windows 10 Software and Apps
    RunDLL error The specified module could not be found: My computer is showing RunDLL error lately. The error indicates the path to were the missing module must be located. I checked the folder and I think the dll is related to the loading animation of the mouse cursor. This is my windows specification:Windows 11 Pro 22H2OS Build:...
  8. RunDLL - "The specified module could not be found."

    in Windows 10 BSOD Crashes and Debugging
    RunDLL - "The specified module could not be found.": Hello, Every time I start my PC, I get a popup telling me that "There was a problem starting C:\Program Files\HP\HP Deskjet 3520 series\bin\HPStatusBL.dll". This looks like it's related to a printer that I used to have software for, but nothing shows up when I attempt to...
  9. VBS the specified module could not be found

    in Windows 10 BSOD Crashes and Debugging
    VBS the specified module could not be found: When I run a VBS file, it says: The specified module could not be found Code: 8007007E The VBS file: set A = CreateObject"WScript.Shell" A.Run "Run.bat",0 It works normally before, until last time the machine booted up with something weird "fixing C drive stage 1"...
  10. RUNDLL - The specified Module could not be found for 2 files

    in Windows 10 Support
    RUNDLL - The specified Module could not be found for 2 files: I'm getting two messages on startup from RunDLL. There was a problem starting c:|Users|Bob|AppData|Local|Experience Virtual|{hashChar}|hzdm.dll and the same for ExperienceVirtual.dll How can I stop these startup messages or fix the issue. Cannot find anything on those files...