Tag Archives: cmd

How to Close All Files Opened by Network Clients from the Command Line

Source: How to Close All Files Opened by Network Clients from the Command Line

Detect 64-bit OS in a .bat script


:TestOS

IF EXIST “%PROGRAMFILES(X86)%” (GOTO 64BIT) ELSE (GOTO 32BIT)

 

:64BIT

echo 64-bit…

GOTO END

 

:32BIT

echo 32-bit…

GOTO END

 

:END

To The Point

Anything about Technology and Business

PowerScripting Podcast

Shownotes and links for the PowerScripting Podcast, a podcast to help people learn Windows Powershell

Learn Powershell | Achieve More

What is this Powershell of which you speak?