About 477,000 results
Open links in new tab
  1. Batch file: Check if OS is Windows 10 - Stack Overflow

    This method does not work for Windows XP because ver outputs Microsoft Windows XP [Version 5.1.2600] and therefore [Version.5 is assigned to variable VERSION. However, it works for just …

  2. operating system - Difference between multitasking, …

    Dec 26, 2020 · It decreases the computation time. Multi programming - It is used in batch operating systems, generally. Here, the job (or process) gets the full CPU and memory while …

  3. operating system - Types of Scheduling algorithms - Stack Overflow

    Oct 4, 2012 · The idea of Batch Scheduling is that there will be no change in the schedule during runtime: a process is scheduled to do an operation on data, and it runs until the process is …

  4. Get Windows version in a batch file - Stack Overflow

    Here is the batch file I finally came up with to determine if the operating system was less than Windows 11 (including my debugging echo statements to help users track what's happening). …

  5. batch file to check 64bit or 32bit OS - Stack Overflow

    Sep 7, 2012 · This way the batch file can execute commands appropriate to the operating system. The following batch file will determine whether or not the machine is running Windows 7, …

  6. batch file - OS Name Variable - Stack Overflow

    Apr 16, 2013 · I would like to run a script where I can get the windows Name and version of the system of all computers running in the company, put it in a text fil. Then make a system …

  7. An exception occurred while executing a transact-sql statement or …

    Dec 29, 2016 · An exception occurred while executing a transact-sql statement or batch Asked 8 years, 11 months ago Modified 3 years, 1 month ago Viewed 150k times

  8. job, task and process, what's the difference - Stack Overflow

    Jun 19, 2010 · In computing, “job” originates in non-interactive processing on mainframes, notably in IBM’s Job Control Language for the DOS/360 and OS/360 of the mid-1960s, and formally …

  9. Detect whether current Windows version is 32 bit or 64 bit

    Mar 2, 2009 · See the batch script listed in How To Check If Computer Is Running A 32 Bit or 64 Bit Operating System. It also includes instructions for checking this from the Registry: You can …

  10. operating system - How do I make a computer boot from a batch …

    Feb 26, 2023 · Your question makes no sense, a batch-file is a scripted set of one or more individual commands, run by specific Operating Systems. The only way this would work would …