|
-
Aug 20th, 2002, 03:16 AM
#1
Thread Starter
PowerPoster
I get a Warning if I have Program.exe in C:\
I knocked up a program the other day that made use of a Manifest file so that I could get the true XP look for all of the controls in the program.
Anyway, I had Program.exe.Manifest and Program.exe in C:\ and when I restarted I got a warning message saying "There is a Program that is going to conflict with other programs" or something along those lines.
Whats this all about?
-
Aug 20th, 2002, 03:48 AM
#2
Retired VBF Adm1nistrator
Well I would hazard at guess at this.
If you're trying to access "Program Files", you can just do (from dos)
cd Program Files
So in that instance, Windows would have to recognize "Program" as a part of the folder name.
But you also have to be able to type in just "Program" to run your program.
So "Program" is ambiguous
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Aug 27th, 2002, 05:41 PM
#3
Member
is the name program.exe absolutely necessary?
-
Aug 27th, 2002, 09:43 PM
#4
Hyperactive Member
Really? On every computer I've used, you've had to do...
cd PROGRA~1
If I agree with you today, don't get used to it.
-
Aug 27th, 2002, 09:45 PM
#5
Thread Starter
PowerPoster
It was only for a test project that I was using, and I couldn't be bothered creating a folder for it.
-
Aug 28th, 2002, 10:03 AM
#6
Addicted Member
You can use "cd Program Files" in Windows XP because they modified the MS-DOS prompt to use long file names etc.
The reason it doesn't like your program being in the root directory of the drive Windows XP is installed on, is because a) Microsoft think they own your computer, or less likely - b) that they actually care about what happens to your computer, and having the program there might cause some damage due to file conflicts.
Not at all related to sheep...
-
Aug 28th, 2002, 04:20 PM
#7
Frenzied Member
sma ething happened to me (I had a bad registryu string in one of my programs).
just delete it and all will be well
retired member. Thanks for everything 
-
Aug 28th, 2002, 08:48 PM
#8
Member
-
Aug 30th, 2002, 03:15 AM
#9
Retired VBF Adm1nistrator
Originally posted by A$$Bandit
You can use "cd Program Files" in Windows XP because they modified the MS-DOS prompt to use long file names etc.
Win2k Pro too
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Aug 31st, 2002, 11:29 PM
#10
youve always been able to use long file names from the dos prompt. you just had to enclose them in quotes like this:
cd "program files"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|