Windows 10: PART 3 : Pasted something into notepad as a .bat file named "WUReset.bat" it restarted but...

Discus and support PART 3 : Pasted something into notepad as a .bat file named "WUReset.bat" it restarted but... in Windows 10 Ask Insider to solve the problem; [ATTACH] submitted by /u/Skyuubi [link] [comments] https://www.reddit.com/r/Windows10/comments/giu1en/part_3_pasted_something_into_notepad_as_a_bat/ Discussion in 'Windows 10 Ask Insider' started by /u/Skyuubi, May 13, 2020.

  1. PART 3 : Pasted something into notepad as a .bat file named "WUReset.bat" it restarted but...

    /u/Skyuubi, May 13, 2020
    #1

  2. Open .bat files with Notepad in Windows 10

    How do I get Windows 10 to open .bat files in Notepad. It keeps wanting to go to store for an app and of course Notepad is not there. When I right click on the .bat file, "open with" is not an option. What am I missing?
     
    GregCowling, May 13, 2020
    #2
  3. sc00VN Win User
    .bat file

    A batch file (.bat extension) is basically a series of commands to be executed by the command-line interpreter. When you open the file, your system runs every command stored in the file from top to bottom, once the final command has been executed, it closes
    itself indicating it has finished its job. However, everything happens so fast you think it closes immediately and that's completely normal.

    If you want the command-line interpreter window to remains open once the last command has been executed, I suggest you do the following:

    - Right click on the .bat file and click on the 'edit' button.

    - It will open a notepad displaying a series of commands.

    - Create a new line by hitting enter after the final text and type in 'pause' without quotes.

    - Save the file and run it. This time the window will remain open.
     
    sc00VN, May 13, 2020
    #3
  4. Lucasonas Win User

    PART 3 : Pasted something into notepad as a .bat file named "WUReset.bat" it restarted but...

    BAT file/Script to find and replace files

    Hi, innovative thinkers! I am looking for a BAT file or script that takes random named zips, consisting of 5 random numerals in the name, and renames the zips identical to different .txt files with that same 5 numeral in the same folder.

    Here is an example of what I mean:

    BEFORE BAT

    C:\Documents

    45678_Example_720p.zip
    34284_Example_720p.zip
    67483_Example_720p.zip

    RAT_Example_45678_24f_ONO.txt
    RAT_Example_34284_24f_ONO.txt
    RAT_Example_67483_24f_ONO.txt

    AFTER BAT

    C:\Documents

    RAT_Example_45678_24f_ONO.zip
    RAT_Example_34284_24f_ONO.zip
    RAT_Example_67483_24f_ONO.zip

    RAT_Example_45678_24f_ONO.txt
    RAT_Example_34284_24f_ONO.txt
    RAT_Example_67483_24f_ONO.txt

    I would like the BAT to take only those matching 5 numerals as a reference.

    Thanks

    *Oh Well PART 3 : Pasted something into notepad as a .bat file named "WUReset.bat" it restarted but... :eek:hwell:
     
    Lucasonas, May 13, 2020
    #4
Thema:

PART 3 : Pasted something into notepad as a .bat file named "WUReset.bat" it restarted but...

Loading...
  1. PART 3 : Pasted something into notepad as a .bat file named "WUReset.bat" it restarted but... - Similar Threads - PART Pasted something

  2. Bat file

    in Windows 10 Gaming
    Bat file: I have a bat fileI am improving it bit by bit till I have reached But not i have added a warning to it before a commandI now want to make that line font size Bigger than the others How can I do that ??So here is the Batch file content@ECHO OFF echo...
  3. Bat file

    in Windows 10 Software and Apps
    Bat file: I have a bat fileI am improving it bit by bit till I have reached But not i have added a warning to it before a commandI now want to make that line font size Bigger than the others How can I do that ??So here is the Batch file content@ECHO OFF echo...
  4. .bat files

    in Windows 10 Network and Sharing
    .bat files: So i am trying to make a minecraft server and need to open a .bat file but i keep getting a error saying "This app can not run on this pc" But it worked a month ago i need a solution please....
  5. Bat file

    in Windows 10 Ask Insider
    Bat file: Good morning/evening/night, I wanted to create a batch file or an exe that can change options inside the gui of an application (the application is cisco webex) (if you are familliar with webex i want to change the audio or turn it to music mode witha batch file) but i am...
  6. renaming Bat file

    in Windows 10 Network and Sharing
    renaming Bat file: Dear all, I need to complete my script .bat file to rename the Res_.pdf to Res_"Folder name". Note: this code is copied from another site its working already but with the following sequence; Res_.pdf to _Res_.pdf Thanks. for /r "PATH" %%G in . do pushd %%G for %%*...
  7. Need help with notepad program (.bat)

    in Windows 10 Ask Insider
    Need help with notepad program (.bat): Ok, so I have a notepad program working and all using the .bat file extension on MY computer, but I want it to work on anybody’s. Here’s the code: @echo off set number=0 :benchmark start C:\Users\myname\Documents\benchmark.txt set /a number=%number%+1 echo Tabs:...
  8. .bat file

    in Windows 10 Customization
    .bat file: I have .bat file it is not working in my new PC when I double click on it. but it was working in my old PC. could your please support how to associate .bat file in windows 10? Kindly looking for your support and reply in this regards. Thanks.....
  9. .bat files changed?

    in Windows 10 Ask Insider
    .bat files changed?: Greetings. Regarding Windows 10. I have a .bat file that I've used for... well, since forever. It rarely changes and it hasn't changed in months. Despite running quite fine in its current incarnation for some months now it's quite recently it's began throwing the error:...
  10. Bat File to change notepad text

    in Windows 10 Support
    Bat File to change notepad text: Hi, I've been trying to make a batch file to change a line fo text in a .txt file, to the .bat files current directory. for example running it would produce this result: Run .Bat line of text in file changes to the current directory of .bat Anyone know any help with...