ICANIT Posted September 27, 2004 Posted September 27, 2004 you'll need to have this code in the beginning of each cmd file :SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
russ9898 Posted September 27, 2004 Posted September 27, 2004 bit off topic but does anybody know how to delete and copy folders using a batch file? ive done a quick search but cudnt c anythin, cheers,russ
fourte3n Posted September 27, 2004 Posted September 27, 2004 All the information is prob better in the 'cleanup.cmd' witch it better than using batch files. (IMO) Copying Files:COPY /Y "%systemdrive%\install\RegClean\RegClean.exe" %systemdrive%\Program Files\RegClean\" Changing Attributes:ATTRIB +R +H "%programfiles%\Webroot\Spy Sweeper\install.dat" Moving Files:MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_ins\*.*" "%programfiles%\Adobe\Acrobat 6.0\Reader\Optional" Deleting Files:DEL "%AllUsersProfile%\Desktop\Java Web Start.lnk" Removing Directories:RD /S /Q "%AllUsersProfile%\Documents\My Music\Sample Music\"
Thauzar Posted September 27, 2004 Posted September 27, 2004 for the skinned installation, I'm not sure I understand what you mean. Look for some thread speaking of WINNTBBU.dll if you want to skin the installation of windowsXP instead of the blue theme you see. You can download customized screens or do it yourself. For my part I use nLite's tweak to get a clean, Win2k style installation without any "cute" GUI
russ9898 Posted September 27, 2004 Posted September 27, 2004 anyone know if its possible for the command prompt that loads 2 b minimised like wen run2 loads etc?
SiMoNsAyS Posted September 27, 2004 Posted September 27, 2004 My question is how is your installation skinned? mine is the old style windows until reboot.......because windows haven't applied the theme yet. to be skinned runonceex must be imported after the 1st logoon so it runs on 2nd logon.offtopic: nice avatar, i love MS series anyone know if its possible for the command prompt that loads 2 b minimised like wen run2 loads etc?@russ9898 you can always use cmdow and add this command to the .cmd: cmdow @ /HID
prathapml Posted September 27, 2004 Posted September 27, 2004 anyone know if its possible for the command prompt that loads 2 b minimised like wen run2 loads etc?That's what CMDOW is used for (to minimise or hide CMD windows) - read this page of the guide for details - http://unattended.msfn.org/xp/downloads.htm.
fourte3n Posted September 28, 2004 Posted September 28, 2004 offtopic: nice avatar, i love MS series Got heaps of them.... from this site: http://www.avatarity.com/category/14/I like to collect cool avatars... don't know why! I actually collect heaps of graphics that I will probably never use or look at again, but when I want to make something i've always got lots of clipart hanging around.* sorry for off topic stuff
russ9898 Posted September 28, 2004 Posted September 28, 2004 wow cheers for all ur help guys. my instalation is gradually gettin there hehewell prgrams are...yet to test driver instalation as im using a virtual pc
fourte3n Posted September 29, 2004 Posted September 29, 2004 ...because windows haven't applied the theme yet. to be skinned runonceex must be imported after the 1st logoon so it runs on 2nd logon.how??
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now