Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

64Bit Command Prompt Won't Run 64Bit App


  • Please log in to reply

#1
Omega364

Omega364

    New Member

  • Member
  • Pip
  • 2 posts
i am currently creating a batch file that will start up all my programs i use for gaming in a single click. So that way i don't need to go through and approve each program. Currently testing it on two programs.

Itunes and Teamspeak 3 (64-bit)


the problem being i noticed even an elevated command prompt won't run it no matter how i enter the code current code

start "C:\Program Files (x86)\iTunes" iTunes.exe
start "%PROGRAMFILES%\TeamSpeak 3 Client\" ts3client_win64.exe


i've also tried

start "C:\Program Files (x86)\iTunes" iTunes.exe
start "C:\Program Files\TeamSpeak 3 Client\" ts3client_win64.exe

start "C:\Program Files (x86)\iTunes" iTunes.exe
start "%PROGRAMFILES%\TeamSpeak 3 Client\ts3client_win64.exe"

Every single time i try it it fails to boot teamspeak. I thought maybe it had to do with the it being in the "Program Files folder and the "Program Files (x86)"


Then i did a test with ccleaner
Posted Image
Ccleaner 32-bit booted as you can see CP returned no errors

Yet here it is
Posted Image

It seems it won't run 64 bit applications and yet Task Manager says that cmd.exe is running and not cmd.exe*32 is running so i don't understand



I am using a 64 bit copy of Windows 7

Edited by Omega364, 24 February 2013 - 11:02 AM.

  • 0

Advertisements


#2
Ztruker

Ztruker

    Member 5k

  • Technician
  • 7,091 posts
CLose, try this:

start "C:\Program Files (x86)\iTunes\iTunes.exe"
start "%PROGRAMFILES%\TeamSpeak 3 Client\ts3client_win64.exe"
  • 0

#3
Omega364

Omega364

    New Member

  • Topic Starter
  • Member
  • Pip
  • 2 posts
all that does it open a new command prompt window
  • 0

#4
Ztruker

Ztruker

    Member 5k

  • Technician
  • 7,091 posts
The format of the commands you showed was wrong, the executable must be connected to the path and inside the double quotes. That's all I was trying to point out. That's why you were getting the message that the system cannot find the file CCleaner64.exe.

For instance:

start "C:\Program Files\Ccleaner" CCleaner64.exe

should be

start "C:\Program Files\Ccleaner\CCleaner64.exe"
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP