plpl78 Posted June 13, 2005 Posted June 13, 2005 ok guys im just starting to learn about this all and i have a quick question.lets say i have a file called test.exe and using a .cmd file i want to copy that file to say C:\Program Files\test but i dont want it to install it just to replace the test.exe all ready in folder C:\Program Files\testcan i do this using a .cmd file?if so how ?
erik_demon Posted June 13, 2005 Posted June 13, 2005 (edited) COPY "D:\somedir\test.exe" "%programfiles%\test" /Y/Y to overwrite without promptNow the file test.exe is copied from D:\somedir to the C:\Program Files\test folder, and it will overwrite the existing filefor more info:copy /? Edited June 13, 2005 by erik_demon
plpl78 Posted June 13, 2005 Author Posted June 13, 2005 ok man im trying it as we speak i have another question im just not sure i need to post a new topic about it but here it is lol on a inno setup program is there a switch to add in the serial number ??
DLF Posted June 13, 2005 Posted June 13, 2005 For Inno detail see here...http://unattended.msfn.org/intermediate/apps/innosetup.htmand here too...http://www.appdeploy.com/tips/detail.asp?id=13Which app is it? Best thing to do is use the search function or read some backposts to see how other folk have tackled the same app/version. If you cannot find anything out then post back in a new thread.
DLF Posted June 13, 2005 Posted June 13, 2005 (edited) Its been discused here:http://www.msfn.org/board/index.php?showto...689&hl=MECHANICSee vcBlackbox post and use Regshot. Edited June 13, 2005 by DLF
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