Better bat file and remove redundant allias

This commit is contained in:
KAuser2094
2023-03-06 12:42:42 +00:00
parent ce3ec3359e
commit 4f08e7cc0e
2 changed files with 1 additions and 13 deletions
-10
View File
@@ -20,13 +20,3 @@ echo "alias computer=$TARGET_FULLPATH" >> ~/.bash_aliases
# Windows
# Copy yolo.bat to System32 or Home Directory :
cp yolo.bat ~
# (This doesn't work, havent figured it out)
# Creates two aliases for use
#alias yolo=$TARGET_FULLPATH
#alias computer=$TARGET_FULLPATH
# Add the aliases to the logon scripts
#echo "alias yolo=$TARGET_FULLPATH" >> ~/.bash_aliases
#echo "alias computer=$TARGET_FULLPATH" >> ~/.bash_aliases
+1 -3
View File
@@ -3,6 +3,4 @@
REM Work around to not have to type in python.exe yolo.py every time.
REM Put in C:/Windows/System32 to allow command to work anywhere
set /P "prompt=Enter Prompt: "
cd ~
python.exe yolo-ai-cmdbot/yolo.py %prompt%
python.exe yolo-ai-cmdbot/yolo.py %1