Connecting Tech Pros Worldwide Forums | Help | Site Map

ms dos 'Move' Command in C

Newbie
 
Join Date: Nov 2009
Posts: 2
#1: 3 Weeks Ago
Hello i have to make a Project on how to make a program in c which will do the same work as 'move' command in ms dos
I need some help on that if someone has any ideas and can help me on this project

Needs Regular Fix
 
Join Date: Jul 2008
Posts: 386
#2: 3 Weeks Ago

re: ms dos 'Move' Command in C


Use
int rename ( char * oldname, char * newname );
function from stdio.h.
Newbie
 
Join Date: Nov 2009
Posts: 2
#3: 3 Weeks Ago

re: ms dos 'Move' Command in C


To be honest i need some more help....its been long time since i did those things
It would be great if someone could help me on that project
Expert
 
Join Date: Mar 2008
Location: Naperville, Illinois U.S.
Posts: 831
#4: 3 Weeks Ago

re: ms dos 'Move' Command in C


The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

Please refer to Posting Homework or Coursework Questions and Answers.
Needs Regular Fix
 
Join Date: Jul 2008
Posts: 386
#5: 3 Weeks Ago

re: ms dos 'Move' Command in C


Quote:

Originally Posted by 4emens View Post

To be honest i need some more help....its been long time since i did those things

How long ago it was? What kind of things did you do then?
Reply