a06lp Posted September 8, 2004 Posted September 8, 2004 I read the unattended step-by-step, i tried the search button, and this solved most of my applications.1) I'm using WPI, but I have to know what to type for certain programs. The one's I have left are:- BitTorrent (Shad0w's Client v5.8.7)- DivX 3.11 Alpha (Register_DivX.exe)- ac3filter v0.70b.exe- DivX 5.2 for Windows 2K & XP.exe- XviD 1.0.1-05062004.exe- BSPlayerI don't know where to start with these, because I do not even know how to figure out what kind of installer is being used...what should I do?2)Does K-lite codec pack 2.27 Full include all of these? (One installer for all codecs?) Or is it more of a dream, and i'll need these specific ones?3) I also want to know the correct syntax of a copy command. For example, if something is in my "$OEM$\$1\Install\Applications" folder, I know it will end up on "C:\Install\Applications". But I want to be able to copy the files to my desktop, and to program files. Could someone give me the syntax for copying files, and making folders?
sleepnmojo Posted September 8, 2004 Posted September 8, 2004 1) the search button will help here.2) everything except bittorrent.3) copy /?, or try xcopy /?. Generally if you are copying a file, I stick with copy, otherwise I go with xcopy.
a06lp Posted September 8, 2004 Author Posted September 8, 2004 whats the dif between copy and xcopy?also, is there a way to copy an entire directory at once?....if so, do i have to create the destination folder first?....if so, how?[edit] and also, how do i figure out what to do about BT? should i upload the file and maybe you can figure it out?
Stuntgp2000 Posted September 9, 2004 Posted September 9, 2004 Hello,The difference between Copy & Xcopy is that the first is an Internal command which means it's within the system and loaded automatically in memory when the system starts; in the other hand, Xcopy is an extrenal command which means it's a command (a small program) that is loaded only when you call it and it's automatically unloaded when it finish it work.However, Xcopy is much powerful than copy.For example to copy the entire dir with it sub dirs, you can use Xcopy with /EYou can also add these switches /C /Q /H /R /Yfor further help always use : "Command /?" i.e : Xcopy /? as my friend sleepnmojo told you.
a06lp Posted September 9, 2004 Author Posted September 9, 2004 I'm sorry, I still don't fully understand.If I want to copy the entire directory, and subdirectories, and files of:%systemdrive%\Install\Applications\Exact_Audio_Copy_V0.95_prebeta5and I want it to create the entire tree (include the top folder which I specified - namely: Exact_Audio_Copy_V0.95_prebeta5) into a different directory (like C:\Program Files\), so that in the end I would have C:\Program Files\Exact_Audio_Copy_V0.95_prebeta5Is this what I need?XCOPY "%systemdrive%\Install\Applications\Exact_Audio_Copy_V0.95_prebeta5" "%systemdrive%\Program Files\" /T /EIf not, could you help me correct it?
bonedaddy Posted September 9, 2004 Posted September 9, 2004 If you want to copy, not install just ;$OEM$\$PROG\EAC\Exact_Audio_Copy_V0.95_prebeta5and that will copy it to C:\Program Files\EAC\Exact_Audio_Copy_V0.95_prebeta5If I understand you correctly
a06lp Posted September 9, 2004 Author Posted September 9, 2004 Wait, not so simple.I want to run this as an OPTION - (I'm using WPI to have the user select which programs to install).That's why I need the COPY command, because if I put it into $OEM$\$PROG it will auto-copy, without giving me a choice...So, what do I do?
bonedaddy Posted September 9, 2004 Posted September 9, 2004 all right do a google for USSF, its a little progie thattells the installer and switch. Don't know when the lastupdate was.bonedaddyEDITPM me with your email and I'll send it to you.
a06lp Posted September 9, 2004 Author Posted September 9, 2004 im confused about how that prog will copy folders?i just want a dos command to copy the folders/subfolders/files all at once....This is what I'm using, but it doesn't work:xcopy "%systemdrive%\install\Applications\Exact_Audio_Copy_V0.95_prebeta5\" "%systemdrive%\Program Files\" /T /E
a06lp Posted September 10, 2004 Author Posted September 10, 2004 Well, I solved it...this is the correct code:XCOPY "%systemdrive%\install\Applications\adobereader6\speedupreader.txt" "%systemdrive%\Documents and Settings\All Users\Desktop\" /E /Y
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now