Jump to content

backup program project

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
24 replies to this topic

#1
Calur

Calur

    Newbie

  • Members
  • Pip
  • 9 posts
hullo everyone.. i'm a student from singapore..currently i've been tasked on a project which does backups.. this program should rename files with long directory to shorter when copying files from source location.. and revert file name upon destination..

my knowledge towards programming is really basic.. so i like to know wad program should i use for this project and links to some tutorials..

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Welcome to CC, Calur! It depends on what language you're planning on using and what platform you're writing for, e.g. Windows, Linux (and therefore whether you could use .NET or not).
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#3
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
If your using windows, I would probably use a .NET language such as C#.NET and if your using linux then I have no idea but possible java?

#4
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
Don't listen to the .NET fanboys (lol). Just use C or C++ and then it won't matter what platform it is for.

#5
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
A lot of people use windows so .NET languages can do the job well :)

#6
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
And I second that. ;)
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#7
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
:D and while looking for a .NET language to use, get C# or c++.NET :D

#8
Calur

Calur

    Newbie

  • Members
  • Pip
  • 9 posts
alright..C# or C++ then
so erm..any tutorials?

#9
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
um theirs probably lots of tutorials available for C#. i don't know, theirs quite a few on codecall and xav probably knows more :D

#10
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
*blushes modestly* Maybe. :) If you need any help, just ask.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#11
Calur

Calur

    Newbie

  • Members
  • Pip
  • 9 posts
i only have got 3 weeks for this project and it's bound together with my work.
so i really dun have much time..if some1 could just direct me to the necessary steps or wad should i search on?
=/ thanks all..

oh ya..by long file names i mean 255 characters

Edited by Calur, 01 July 2008 - 10:40 PM.


#12
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
well if you have 3 weeks to work on this project and you don't already know some about the language then that's not a good thing.

look on codecall for some helpful tutorials and use a google search for C# tutorials or C++ tutorials or what ever language your using.