Every time I open a bat file it only shows me the location were it is I have a bat file that it is supposed to open a game but it doesn't it only shows me the location were it is how can I fix this?
1*Samsung 840 EVO 120GB SSD;
1*OCZ Vertex 2 60GB SSD;
2*Samsung F3 SpinPoint 1TB in RAID0;
1*Samsung F1 SpinPoint 1TB;
2*Western Digital 1TB External USB 3.0
1*Western Digital 500GB External USB 3.0
1*Seagate 500GB External USB 2.0
PSU
Thermaltake ToughPower QFan 750W
Case
Thermaltake Element S VK60001W2Z
Cooling
Corsair H60 Water Cooling, 2*230mm and 2*80mm case fans
@echo off
title ===Simple Minecraft Error Test=== - by Mr_okushama and _303
echo ===Simple Minecraft Error Test===
echo.
echo Starting Minecraft...
echo.
java -Xincgc -Xmx1024m -cp "%APPDATA%\.minecraft\bin\minecraft.jar;%APPDATA%\.minecraft\bin\lwjgl.jar;%APPDATA%\.minecraft\bin\lwjgl_util.jar;%APPDATA%\.minecraft\bin\jinput.jar" -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.client.Minecraft Playa
echo.
echo Finished session
echo.
echo.
echo Right click, Select all,
echo Press Enter (This will copy the output to your clipboard).
echo Then paste the result on Pastebin.com - #1 paste tool since 2002!
echo.
echo ===========#Risucraft===========
echo.
pause
I'm not sure that bat file is supposed to open anything. It looks like its designed to spit out some text information to a file, which you then copy and upload somewhere???
Perhaps you are better off finding out what the bat file is intended to do from the maker.
1*Samsung 840 EVO 120GB SSD;
1*OCZ Vertex 2 60GB SSD;
2*Samsung F3 SpinPoint 1TB in RAID0;
1*Samsung F1 SpinPoint 1TB;
2*Western Digital 1TB External USB 3.0
1*Western Digital 500GB External USB 3.0
1*Seagate 500GB External USB 2.0
PSU
Thermaltake ToughPower QFan 750W
Case
Thermaltake Element S VK60001W2Z
Cooling
Corsair H60 Water Cooling, 2*230mm and 2*80mm case fans
@echo off=>suppress command display. Only output is displayed
title ===Simple Minecraft Error Test=== - by Mr_okushama and _303=>title of dosbox
echo ===Simple Minecraft Error Test====>echo just displays some text
echo.
echo Starting Minecraft...
echo.
java -Xincgc -Xmx1024m -cp "%APPDATA%\.minecraft\bin\minecraft.jar;%APPDATA%\.minecraft\bin\lwjgl.jar;%APPDATA%\.minecraft\bin\lwjgl_util.jar;%APPDATA%\.minecraft\bin\jinput.jar" -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.client.Minecraft Playa
echo.
echo Finished session
echo.
echo.
echo Right click, Select all,
echo Press Enter (This will copy the output to your clipboard).
echo Then paste the result on Pastebin.com - #1 paste tool since 2002!
echo.
echo ===========#Risucraft===========
echo.
pause=>waits until you press any key. It displays "press any key to continue" ----------------------
Only real thing it does:
java -Xincgc -Xmx1024m -cp "%APPDATA%\.minecraft\bin\minecraft.jar;%APPDATA%\.minecraft\bin\lwjgl.jar;%APPDATA%\.minecraft\bin\lwjgl_util.jar;%APPDATA%\.minecraft\bin\jinput.jar" -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.client.Minecraft Playa
My Computer
Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screenshot shows "administrator" in title bar. Did you do "run as admin"?
Also shows C:\users\benjamin\Desktop
Is bat file on your desktop. Put it in another folder and doubleclick on it. Does cmd show another prompt now?
In that cmd window, type the name of the file and press enter. What happens?
My Computer
Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi