Batch processing of W7 and XP 255

Updated on technology 2024-04-06
12 answers
  1. Anonymous users2024-02-07

    As long as it is a batch operating system that can execute multiple jobs concurrently, it can be called a multi-channel batch operating system, so XP and Win7 are both.

  2. Anonymous users2024-02-06

    The boot file of Win7 is not the same as that of XP, so it is estimated that it cannot be implemented in batches.

    XP is OK, just use batch processing to modify the files on the system disk.

  3. Anonymous users2024-02-05

    Not for the point of passing by just want to raise my count.

  4. Anonymous users2024-02-04

    win7 needs to put"ip address"Instead"IPv4 address".

    echo off

    for /f "tokens=16" %%a in ('ipconfig ^|find /i "IPv4 address"') do set ip_addr=%%a

    echo %ip_addr%

  5. Anonymous users2024-02-03

    After generating the bat file, try to run it as an administrator?

  6. Anonymous users2024-02-02

    @echo off

    wmic os get caption|find /i "windows xp"> nul && echo is an XP system.

    wmic os get caption|find /i "windows 7">nul&&echo is a wind7 system.

    pause>nul

    1. Use WMIC OS Get Caption to read system information;

    2. Then judge the specified string.

  7. Anonymous users2024-02-01

    1. Create a new text file and save it as after the batch command. bat suffix.

    2. Double-click to open (or open the file in the Start run).

    3. Right-click to open the run as an administrator.

    4. If you don't have permissions, you can get administrator permissions first.

    5. Win7 is different from XP system, and many can run under XP. BAT files are not used under XP, partly because the system does not support 64-bit, and in addition, Microsoft prohibits all such files from running for so-called security.

  8. Anonymous users2024-01-31

    *.Bat is a batch file that consists of a number of command lines (which you can open as text to see the command line) that you can run by double-clicking on it, and you double-click on it to prove that you have already run the batch.

  9. Anonymous users2024-01-30

    Show extension rename.

    On Windows you can create it in the following way: open Notepad and type in the contents of the batch file ->Save As:, remember the suffix must be.

  10. Anonymous users2024-01-29

    Right-click --- create a "Text Document" file--- enter what you want to enter--- then click "Save As" in "File" -- then select "All Files" and name the file "**bat"."Can.

    The main one is the suffix "bat.""

  11. Anonymous users2024-01-28

    Same as in XP. Write a batch file command with Notepad, when savingBAT on the line.

  12. Anonymous users2024-01-27

    Route print mask At the end of the route mask is your gateway If you want to save this route table permanently (and restart the system is still there), just add -p to the end

Related questions
15 answers2024-04-06

You have to get a disk or the next one yourself to delete the boot file, and it will be very troublesome to get it yourself. >>>More

17 answers2024-04-06

1. Right-click on the computer and select Manage

2. After opening the computer management, find the local user and group under the tree menu on the left, and you can see the administrator user >>>More

16 answers2024-04-06

How to install the S7-300? w7 system?

2.You can install XP virtual machine in Win7 system, because many versions of industrial software do not support Win7, but most of the operating systems that support XP have many versions of Step7. >>>More

10 answers2024-04-06

rem sets the date format to yyyymmdd

if %date%==20080806 goto doitrem If the time is equal to 20080806 jump to the designator doitrem If the time is not equal to, proceed to the next step. >>>More

12 answers2024-04-06

You can install XP in this model,Blue screen because of the incorrect integrated driver in your system disk,You can click out all the integrated drivers when you do the system,Or only leave a network card driver on the line,If the network card can't be driven, you have to go to other machines to find the relevant driver,Then use the U disk or hard disk to import into your notebook one by one to install the driver,It's no problem after all are installed,As long as your driver is found correctly, XP is no problem。 >>>More