Skip to content

A personal collection of utility scripts for automating various tasks on Windows and Linux, including batch files for system updates and application launching.

Notifications You must be signed in to change notification settings

prathameshnium/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

A personal collection of utility scripts for automating various tasks on Windows and Linux.

About This Repository

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.


Scripts Overview

Windows

  • 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.

Linux

  • This directory contains various shell scripts and notes for Linux-based systems. (Currently under development).

How to Use

  1. Clone the repository:
    git clone [https://github.com/prathameshnium/Scripts.git](https://github.com/prathameshnium/Scripts.git)
  2. Navigate to the script's directory:
    cd Scripts
  3. 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

License

This project is unlicensed. Feel free to use, modify, and distribute the scripts as you see fit.

About

A personal collection of utility scripts for automating various tasks on Windows and Linux, including batch files for system updates and application launching.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published