net start command line issue - 64bit issue?

bethy1234

New member
Member
Local time
4:32 AM
Messages
74
I am trying (in vain) to issue a net start command "net start - "C:\Program Files (x86)\uTorrent\utorrent.exe", on the command line. The error message is "the filename, directory name or volume label syntax is incorrect". I believe the 3 details are correct, as i am looking at the utorrent.exe file right now, which is sitting on that path. The only issue i can think of is that, since i am running win7 64bit, there nay be some sort of problem with the "(x86)" bit in the path name.

Any ideas?


Thanks

Andy
 

My Computer

OS
windows 7
Hello Andy,

If you were just wanting to run the utorrent.exe file, then you would just need to use either command below to do so instead. The net start command is for services instead.

"C:\Program Files (x86)\uTorrent\utorrent.exe"

OR

"%ProgramFilesx86%\uTorrent\utorrent.exe"
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Why would you use command "net start"? It starts system services.

However, if you managed to create yourself utorrent as a system service you could substitute Program Files (x86) into same thing in dos version. So it would go like this:
Code:
C:\[B]Progra~3[/B]\uTorrent\utorrent.exe
At the end of this post I have explained how to use dos links if problem with spaces in names of folders occurs.

Or use quotation marks are Brink suggested.
 
Last edited:

My Computer

Computer type
PC/Desktop
OS
Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Other Info
"The scale icon at the top right of a post or tutorial is how you can give rep to the member."
Back
Top