Linked Questions

16 questions linked to/from Get DOS path instead of Windows path
11 votes
2 answers
11k views

I'm writing a build script, and if the directory the user's building the script contains spaces, everything falls apart. To go around that, I thought of using 8.3 filenames so that drive:\Documents ...
Geo's user avatar
  • 97.7k
39 votes
3 answers
87k views

I am trying to convert a long filename to a short filename (8.3) on Windows. A batch-file with a command line argument works as intended: short.bat: @echo OFF echo %~s1 calling short.bat C:\...
21 votes
4 answers
28k views

I installed MinGW and MSYS on my Windows 7 computer. I added C:\Program Files (x86)\MinGW\bin to my path. Commands such as gcc and g++ work, but make does not. I looked in the directory, and there is ...
1 vote
1 answer
4k views

I'm trying to install Daggerfall onto my computer. It asks me for the installation directory; the default is C:\dagger, but I want it to install to C:\Program Files (x86)\Dagger. Problem is it doesn't ...
-2 votes
1 answer
3k views

I've downloaded jdk9 and Java is installed in the following location. C:\Program Files\Java\jdk-9 and I'm trying to set up the JAVA_HOME variable under environment variables. I've created a system ...
Syed's user avatar
  • 2,607
2 votes
3 answers
1k views

I've been asked to look into some performance issues with a Playframework 2.2.3 application. I have previous experience with playframework 1 but I realise 2.x is very different. Has anyone managed to ...
1 vote
4 answers
509 views

I use java to excute a command line to create a database, i get an error when i excute this piece of code: private final String POSTGRES_PATH = "\"C:\\Program Files\\PostgreSQL\9円.3\\bin\\psql.exe\"";...
0 votes
1 answer
1k views

I need to install some product using Puppet on Windows. I use exec recource exec { 'install': command => 'C:\\windows\system32\cmd.exe /c "c:\\Program Files\\zabbix_agentd_64.exe --...
mila002's user avatar
  • 385
0 votes
1 answer
2k views

I installed node on my system. I also installed nvm. But when I am trying to use particular version, I am getting error as shown in image: click on this to view image Please help me with this.
Prithvi's user avatar
0 votes
1 answer
1k views

I am currently writing a script where I have to call MATLAB from the Terminal and pass it a path argument that contains lousy characters. As expected, I am running into trouble when the path ...
Berk U.'s user avatar
  • 7,218
0 votes
1 answer
934 views

I am using Write-EventLog to log some file not found errors, where the error text includes the path. And it works great other than the automatic link creation seems to be stuck in the 90's. So any ...
Gordon's user avatar
  • 7,037
0 votes
2 answers
643 views

I'm having this problem with native messaging (Firefox): If my path to the native manifest (in the windows registry) json contains spaces e.g. C:\src\Java Signing Addon\Setup\bin\native_manifest....
1 vote
1 answer
615 views

I needed to install Rtools in a non-default directory because the Windows system that I'm using restores the C drive to an original image after a reboot. This image includes R 3.3 and R studio. ...
Simon's user avatar
  • 695
1 vote
1 answer
235 views

i'm trying to add new libraries to python_path, but I failed. This is the new libraries path and here my already added and recognized by external IDEs like pycharm libraries so those new libraries I ...
0 votes
2 answers
130 views

I have a site within a corporate portal (fully secure) that launches several applications tied to a certain business group. The problem I am having is one of the file paths I need to Launch has a 2 in ...
pjparks's user avatar

15 30 50 per page
1
2