DSD source files

Status
Not open for further replies.

gariac

Member
Joined
Feb 1, 2004
Messages
264
Reaction score
4
You could just copy the files from your windows box to your linux though any number of means (Samba, thumb drive, etc. You don't need to tar it.

That said, 7-zip can write a tar format file. There is a windows version of the program, which is actually easier to use than the linux version, which has no gui.

7-Zip

You navigate to the directory where the files located. Select them as you normally do in windows. click on the plus symbol to add them to the archive. Then select tar as the output format.

Any chance this updated code will be uploaded?
 

mtindor

FMP24 PRO USER
Database Admin
Joined
Dec 5, 2006
Messages
12,018
Reaction score
3,278
Location
Carroll Co OH / EN90LN
You could just copy the files from your windows box to your linux though any number of means (Samba, thumb drive, etc. You don't need to tar it.

That said, 7-zip can write a tar format file. There is a windows version of the program, which is actually easier to use than the linux version, which has no gui.

7-Zip

You navigate to the directory where the files located. Select them as you normally do in windows. click on the plus symbol to add them to the archive. Then select tar as the output format.

Any chance this updated code will be uploaded?

Gariac,

Why in the world don't you modify the source yourself? If I can do it based upon information already provided in another thread, certainly you can. You likely aren't more of a moron than I. Just modify the source, compile and have fun.

Mike
 

gariac

Member
Joined
Feb 1, 2004
Messages
264
Reaction score
4
I am modifying it. As I had stated in the other thread, I'm about half way through but needed some clarification. I just didn't want to spend my time doing it and have a completed version show up on the internet, all ready for download. That is similar to digging a ditch then filling it again.
 

SCPD

QRT
Joined
Feb 24, 2001
Messages
0
Reaction score
112
Location
Virginia
Install cygwin or GNUwin. That will give you a bash shell that includes tar and gzip.
 

n4yek

Member
Joined
Apr 20, 2004
Messages
2,523
Reaction score
8
Location
Cosby, Tennessee
You could just copy the files from your windows box to your linux though any number of means (Samba, thumb drive, etc. You don't need to tar it.

That said, 7-zip can write a tar format file. There is a windows version of the program, which is actually easier to use than the linux version, which has no gui.

7-Zip

You navigate to the directory where the files located. Select them as you normally do in windows. click on the plus symbol to add them to the archive. Then select tar as the output format.

Any chance this updated code will be uploaded?

Thanks for the link, that's a neat and easy program.

Install cygwin or GNUwin. That will give you a bash shell that includes tar and gzip.
Thanks for the help
 
Status
Not open for further replies.
Top