Jump to content

Can someone tell me what is wrong with my DOS code?


before

Recommended Posts

Copy and paste it n run it and tell me where the gay hairy fuck I went wrong. I'm going to go play RuneScape.

Yea

It just goes ahead and downloads stuff that it shouldn't and all right away, it's supposed to give options n all yer. Get ready to stop the download of Win-Rar!

(note: it does not spam your computer with downloads, it's supposed to be a convenient thing, but it fucked up)

Link to comment
Share on other sites

oh wait

i never uploaded the code


@echo off
color 0a
title DOWNLOAD My Parabot Folder
echo If you would like to download My Parabot Folder and
echo nothing else (like a tool to extract it, this is
echo NOT needed if you already have one), then press '1'.
echo If you would also like a direct download to an
echo to a tool that will make Parabot.zip be a normal
CHOICE /C:12 /M folder press 2. To exit click the 'x' at the top right
IF ERRORLEVEL 2 GOTO downloadzip
IF ERRORLEVEL 1 GOTO regulardownload
:regulardownload
pause
GOTO :exit
:downloadzip
if exist "%HOMEDRIVE%/Program Files (x86)/Java/jre6/bin/"  GOTO 64bit
if exist "%HOMEDRIVE%/Program Files/Java/jre6/bin/" GOTO 32bit
:64bit
start chrome www.rarlab.com/rar/wrar501.exe
echo I have auto-detected you use a 64 bit
echo computer, and I will download WinRar
echo 64bit for your convinience.
pause
goto :exit
:32bit www.rarlab.com/rar/wrar501.exe
start chrome www.rarlab.com/rar/wrar501.exe
echo I have auto-detected you use a 32 bit
echo computer, and I will download WinRar
echo 32bit for your convinience.
pause
:exit
 
Link to comment
Share on other sites

  • 2 weeks later...

Copy and paste it n run it and tell me where the gay hairy fuck I went wrong. I'm going to go play RuneScape.

Yea

It just goes ahead and downloads stuff that it shouldn't and all right away, it's supposed to give options n all yer. Get ready to stop the download of Win-Rar!

(note: it does not spam your computer with downloads, it's supposed to be a convenient thing, but it fucked up)

 

The purpose of the code is to download Wrar in 64 or 32 bit. So how can it be downloading something it shouldn't.....

Also did you write the first half of the script? Because this whole thing is horrible the first half more so.

Edited by dogkind
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...