Command line Index Page 1
python3 http server command line
In this short tutorial we explain how to start a simple http server from the command line, very useful to share files across the network. Just execute python -m http.server 8000
Command line Index Page 1
Windows Batch: Shutdown, Restart & Logoff Commands
Complete guide to Windows shutdown commands in batch files. Learn shutdown /s, /r, /h, /l, remote shutdown, scheduled tasks, and PowerShell alternatives.