Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Data/UPDATE-INF.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
User Last Checked For Updates At: occurrence date: 16-02-2022 occurrence time(24hrs format): 21:02:31.06.
2 changes: 1 addition & 1 deletion Jarvis.bat
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo For example(Jarvis, Open J-Dictionary) or (Hi Jarvis, What's the Weather ou
:loop
echo.
set /p input="[You]: "

cls

doskey /history > .\Data\User-Chat-History\%date%\DATA.log

Expand Down
2 changes: 1 addition & 1 deletion Workers/Restarter.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ping -n 2 localhost
echo Restarting...
ping -n 2 localhost
start restarted.bat
start Jarvis.bat
exit
2 changes: 2 additions & 0 deletions restarted.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ echo if you want help using Jarvis, enter: ?help 🙂
echo.
echo For example(Jarvis, Open J-Dictionary) or (Hi Jarvis, What's the Weather out today?).
echo %input%|findstr /i "%input%" >nul && cls && goto :loop
cls
:loop

echo.
set /p input="[You]: "

Expand Down