Better bat file and remove redundant allias
This commit is contained in:
-10
@@ -20,13 +20,3 @@ echo "alias computer=$TARGET_FULLPATH" >> ~/.bash_aliases
|
|||||||
# Windows
|
# Windows
|
||||||
# Copy yolo.bat to System32 or Home Directory :
|
# Copy yolo.bat to System32 or Home Directory :
|
||||||
cp yolo.bat ~
|
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
|
|
||||||
@@ -3,6 +3,4 @@
|
|||||||
REM Work around to not have to type in python.exe yolo.py every time.
|
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
|
REM Put in C:/Windows/System32 to allow command to work anywhere
|
||||||
|
|
||||||
set /P "prompt=Enter Prompt: "
|
python.exe yolo-ai-cmdbot/yolo.py %1
|
||||||
cd ~
|
|
||||||
python.exe yolo-ai-cmdbot/yolo.py %prompt%
|
|
||||||
Reference in New Issue
Block a user