LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-13-2007, 04:46 AM   #1
wisdomvk
LQ Newbie
 
Registered: Feb 2007
Location: delhi
Distribution: rhel5
Posts: 15

Rep: Reputation: 0
unable to run start.exe files in linux


i m a newbie and wanted to learn linux from a cd which run on windows automalically sequencially but not in linux .
i m using fedora 6.o.
Is there any way out,if there is any way then let me know thanks in advance
 
Old 03-13-2007, 05:02 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
There are no start.exe files in linux - but I know what you mean.

The answer is that you cannot do what you want. Linux is an operating system, so you will not be able to run it from windows. What you want is called a Live Distribution: something like Knoppix or Ubuntu or Mandriva One (and many others). What you do is you set up your computer to boot from CD drive first, the reboot with the linux live cd inside. Then linux will start without touching your hard drive.

Have fun.
 
Old 03-13-2007, 05:02 AM   #3
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Well, I am already throughly confused. I am not sure what you are really talking about, but to answer what I think is the core question, you can't natively run .exe files on Linux. Those are Windows binaries, they do not work on another operating system.

You can however run Windows executables through WINE, which is a Windows compatibility layer for Linux. But not all programs will work with it.
 
Old 03-13-2007, 09:41 PM   #4
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
MS3FGX: I know what he's saying.

In a windows CD, there is a file usually called start.exe whose job is to tell windows how to automatically "start" the CD... so it will put an icon on the desktop and open the initial window... maybe start an executable or an installation script. All those things linux does by itself right?

This is why a data CD in windows (often) actually has to be opened by going to "My Computer" and double-clicking the D:\ icon. (I found, when submitting my CV by disk I had to include these instructions even for IT managers and ms cert. techs. or they wouldn't be able to read it!)

What he wants to do is put a linux CD into the drive and have it automatically start up linux as if it were an application in windows.

And, of course, this won't happen. The Ubuntu Live CDs used to have a start.exe file so windows users who get confused could access free software for windows and a brief instruction on how to get linux started.
 
Old 03-13-2007, 10:24 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,352

Rep: Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148
FYI: When a CD is loaded windows will look for the autorun.inf file. Whatever application is in the inf file will automatically start. OTOH linux if configured will run the script autorun. As already stated linux can not natively run windows applications. wine will run windows applications but it does not work for everything.

BTW what is the name of the CD?
 
Old 03-14-2007, 03:18 AM   #6
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by michaelk
FYI: When a CD is loaded windows will look for the autorun.inf file.
Yes, all right ... it is just that the most common thing for autorun.inf to do is arrainge to execute a file called start.exe (which OP specifically asked about). Start.exe is usually pretty small and starts other things which do the actual work.

For my CV, I eventually added an autorun.inf as follows...
Code:
[autorun]
open=start.exe intro.html
icon=cvicon.ico
... see? Of course, the magic is in "start.exe" - though it dosn't have to be called that it's just that it almost always is.

When a CD refuses to autorun in windows, a user may decide to look for the file "start.exe" or some similar name and attempt to run it from the "run command" dialog (or whatever they are calling it these days.) Or, by double-clicking it's icon of course.

Hence the question from OP.

Of course, a more savvy user may look in autorun.inf to find out which file is supposed to be opened... but ho hum.
 
Old 03-14-2007, 04:04 AM   #7
wisdomvk
LQ Newbie
 
Registered: Feb 2007
Location: delhi
Distribution: rhel5
Posts: 15

Original Poster
Rep: Reputation: 0
i think ,i confused most of you with my wordings specially simon.
i am sorry for that ,
let me explain in very simple way.
i have a linux tutorial cd ,which run on windows chapterwise automatically but not in linux.
as i have only linux in my computr, i cant run that tutorials in that fashion as i do in windows.
all i wanted to know is how to run that tutorial cd just it runs in windows.


now i think this time i make myself very much clear.
by the way thanks very much to all of u for your suggetions.


sorry for my misleading statements
michealk & mgx got it right.
 
Old 03-14-2007, 05:09 AM   #8
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by wisdomvk
i think ,i confused most of you with my wordings specially simon.
i am sorry for that ,
Oh darn ... and I thought I was doing sooo well!
Quote:
i have a linux tutorial cd ,which run on windows chapterwise automatically but not in linux.
as i have only linux in my computr, i cant run that tutorials in that fashion as i do in windows.
all i wanted to know is how to run that tutorial cd just it runs in windows.
Simple answer, you can't.

This is software for windows right? It may be that you can get it going on wine, but you don't want to mess with that for just one function.

However, if the tutorial is in the form of html pages (it runs in your browser normally) then you need only find the first html file on your CD and double-click it.

Otherwise, tell us what kind of linux tutorial it is and we'll point you to an online version
Till then:
http://www.lowfatlinux.com/
... a short linux tutorial

http://www.linux-tutorial.info/modul...ial&pageid=224
... a longer one

http://linux.about.com/od/linux101/a/desktop01.htm
... getting started, uses fedora for examples
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I run .run and .exe files? AAJJCC Linux - Newbie 8 03-24-2006 07:46 PM
SETUP.EXE/autorun.exe don't run in wine mst3kman Linux - Games 3 01-22-2006 03:20 PM
unable to compile .exe files under KDevelop stealthgate Linux - Software 2 09-16-2005 06:34 PM
How to run user defined services and exe files on linux. Prabhat Sharda Linux - Software 6 01-05-2005 04:54 AM
Run exe in Linux???!!!!! yenonn Linux - General 10 10-14-2004 07:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration