GabiBrawl / GabiBrawl/Bat-Chat

Updating Script

Open
#1 7 comments 1 reaction 0 assignees View on GitHub
enhancement good first issue idea try this on
Dominant language
Batchfile
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

`@echo off
echo Would you like to install the update? Y/N
choice /c yn /n
if %ERRORLEVEL% 1 goto install
if %ERRORLEVEL% 2 goto cancel
:install
powershell Invoke-WebRequest -Uri "https://raw.githubusercontent.com/GabiBrawl/Bat-Chat/Application/Chat.cmd" - Outfile %temp%\Chat.cmd
del /q %USERPROFILE%\Downloads\Chat.cmd
move "%temp%\Chat.cmd" "%USERPROFILE%\Downloads"
echo Update Successful!
:cancel
cls
cancelling
timeout /t 1 > nul
exit
`

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue contains an update-script snippet for Chat.cmd and invokes PowerShell's Invoke-WebRequest, but it does not identify a repository file or requested behavior. Start by locating the update entry point and reviewing how the downloaded file is handled; done should be based on a clarified update-flow requirement and a verified script run.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.