cuepart.vbs Written by Neil Popham Version 1.0.7, 16 March 2005 ABOUT ===== CUEPART will take an existing cuesheet, extract a range of tracks, and create a new one. The new track listing will be renumbered, and the timings will be corrected. CUEPART will also accept a new file for the new cuesheet, which be used to replace the old file in the cuesheet FILE entry. CUEPART assumes that the original cuesheet all relates to one FILE. USAGE ===== CUEPART.VBS [] CUEPART will create , cutting tracks from the existing cuesheet . If the parameter is passed the FILE reference will be updated. EXAMPLE USAGE: CUEPART.VBS "E:\My Folder\Full.cue" 2-7 "E:\My Folder\Part.cue" Part.wav The above command will read the cuesheet "Full.cue", extract tracks two to seven, repoint to the FILE "Part.wav", and write the amended lines to "Part.cue" ADDITIONAL NOTES ================ General ------- , and must be surrounded by double quotes (") if their values contains spaces. should only contain the characters 0-9 and -. ------- must be of the format [n]-m, n-[m],or n. E.g.: 3-8 : Will extrack tracks three to eight 3- : Will extract from track three to the last track -8 : Will extract from the first track to track eight 3 : Will extract track three only ----------------- If is a filename only, with no path, the file will be saved in the same folder as the original, . If a path is provided and the path doesn't currently exist the folders will be created. ---------- If is provided the FILETYPE will be deduced by the file extension (normally WAVE). Written by Neil Popham http://www.neilpopham.pwp.blueyonder.co.uk/