i got a game program in zip form. how can i copy the zip file to a cd-rom cd-r to make an exact copy to use the disk to install the game on my PC? what programs do i need and what do i do , i already got winiso but dont know if thats the program i need? i see that the program has a bin folder, i dont see a .cue file and dont see and .iso . it has an autorun. exe in the folder i also want the dc-r to be able to install with the autorun when i put cd in cdrom if that possibe thanks
The idea is to burn a CD image of the BIN/CUE file. To get the CUE file, either make one yourself or use a program called CUE Creator (freeware). The basic outline for the CUE file is (its just a TXT file renamed to a CUE file) FILE "binFileName.bin" BINARY TRACK 1 MODE1/2352 INDEX 1 00:00:00 The only things you need to concern yourself with are: - "binFileName.bin": this is the name (and path if needed) of the BIN file - MODE1/2352: this is the type of image; to find out, open the BIN with CDMage and the info will be blatently obvious. I think WinISO gives you this info too Keep in mind that some games feature protection schemes that need to be overcome first! If you have more specific questions, http://forums.afterdawn.com/forum_view.cfm/38 may be more useful to you! Perhaps the following may be useful: Step by step burning: http://forums.afterdawn.com/thread_view.cfm/20980 CD Image FAQ: http://forums.afterdawn.com/thread_view.cfm/7976 Backing Up Protected CDs: http://forums.afterdawn.com/thread_view.cfm/23699