A personal collection of utility scripts for automating various tasks on Windows and Linux.
This repository is a central place for useful scripts I've created to streamline my workflow and automate repetitive tasks. It includes batch files for Windows and shell scripts (or notes) for Linux, covering everything from launching applications to system maintenance.
Jupyter_Launcher.bat: A simple batch script to quickly launch a Jupyter Notebook or JupyterLab instance from the command line in the current directory.Windows_Update.bat: A script to initiate the Windows Update process, checking for and installing available updates.
- This directory contains various shell scripts and notes for Linux-based systems. (Currently under development).
- Clone the repository:
git clone [https://github.com/prathameshnium/Scripts.git](https://github.com/prathameshnium/Scripts.git)
- Navigate to the script's directory:
cd Scripts - Run the desired script. For batch files on Windows, you can simply double-click them or run them from your terminal. For shell scripts on Linux, you may need to make them executable first:
chmod +x your_script_name.sh ./your_script_name.sh
This project is unlicensed. Feel free to use, modify, and distribute the scripts as you see fit.