C Board  

Go Back   C Board > Platform Specific Boards > Linux Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 01-30-2005, 01:04 PM   #1
Registered User
 
cdonlan's Avatar
 
Join Date: Sep 2004
Posts: 49
Change Name of a.out

Hey guys Im wanting to change the execution command for a little c++ game ive made. Is there a way to change a.out to the title of the game?
cdonlan is offline   Reply With Quote
Old 01-30-2005, 01:37 PM   #2
and the hat of Jobseeking
 
Salem's Avatar
 
Join Date: Aug 2001
Location: The edge of the known universe
Posts: 21,674
gcc -o myprog file.c

Or just
mv a.out myprog
__________________
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.

Salem is offline   Reply With Quote
Old 02-01-2005, 04:51 AM   #3
Trolley boy
 
JackGL's Avatar
 
Join Date: Jan 2005
Location: UK
Posts: 15
Quote:
rename a.out whatever
How about that?
JackGL is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
type casting? greatonesv C Programming 12 10-22-2008 08:21 PM
c++builder6 change form names problem Leite33 C++ Programming 2 06-09-2008 08:20 AM
Change Value in an array beginner999 C Programming 3 01-18-2003 07:16 AM
How to change CString data to CString data(in Hex format)? (And change back) ooosawaddee3 C++ Programming 2 11-08-2002 03:22 AM
trying to make change from the price of the item and the amount given. please help!!! tobyman C++ Programming 2 09-04-2001 02:12 PM


All times are GMT -6. The time now is 10:45 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22