September 17, 200421 yr First of all what does CLS do? And can you tell me what "REM ftype will also show all registered types" means exactly? (I'm quit the beginner with this stuff)So, can someone please tell me if the following CODE whould work?RunOnceEx.cmdECHO.ECHO Associating File Typesstart /wait %systemdrive%\Install\filetype.batfiletyp.batREM ftype will also show all registered typesassoc .blt=txtfileassoc .cue=txtfileassoc .diz=txtfileassoc .eml=txtfileassoc .iss=txtfileassoc .log=txtfileassoc .md5=txtfileassoc .m3u=txtfileassoc .nbi=txtfileassoc .nfo=txtfileassoc .nt=txtfileassoc .pif=txtfileassoc .sam=txtfileassoc .sif=txtfileassoc .sfv=txtfile
September 17, 200421 yr CLS means Clear Screen.it removes all the lines/characters in the DOS window, so it appears like a new DOS window.i always write it, but it's not really necessary.
September 17, 200421 yr This is a very old thread. Please do not make posts here which are not directly related to the topic. Making a new thread for your above question will certainly get more people seeing it, and more responses.
September 17, 200421 yr so CLS and @echo off have the same function ...weirdnot topic related? I guess if you look at the first page of this thread you most certainly see things about filetyp associations!!!but oh well...I'll post a new one
September 18, 200421 yr so CLS and @echo off have the same function ...weirdnot topic related?I guess if you look at the first page of this thread you most certainly see things about filetyp associations!!!but oh well...I'll post a new onenot the same function !CLS : clear the window's screen.@echo off : means that only the texts after "echo" will be displayed, but not the actiions.@echo on : means all texts will be displayed, text after "echo" but tha actions executed too.make a test u'll see @prathapml:yes, that's true that the topic is quite old.it could be good to open new topic for new questions
March 26, 200620 yr Hi there!I'm trying to troubleshoot some problems in my current instalation, some software just doesn't install, don't know why. I use SFX archives, called from RunOnce.cmd (lanched from [GuiRunOnce] in WinNt.sif), that automaticly install all the software. Th problem is i've been trying to use Logs to determine what's causing some software not to be installed. How do you do to make the CMD files log errors and sucesses?Or maybe they just don't have time to install, could it be?GreetingsAndré Casal Edited March 26, 200620 yr by andregcasal
Create an account or sign in to comment