Jump to content

Recommended Posts

Posted

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.cmd

ECHO.
ECHO Associating File Types
start /wait %systemdrive%\Install\filetype.bat

filetyp.bat

REM ftype will also show all registered types
assoc .blt=txtfile
assoc .cue=txtfile
assoc .diz=txtfile
assoc .eml=txtfile
assoc .iss=txtfile
assoc .log=txtfile
assoc .md5=txtfile
assoc .m3u=txtfile
assoc .nbi=txtfile
assoc .nfo=txtfile
assoc .nt=txtfile
assoc .pif=txtfile
assoc .sam=txtfile
assoc .sif=txtfile
assoc .sfv=txtfile


Posted

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.

Posted

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.

Posted

so CLS and @echo off have the same function :huh: ...weird

not topic related? :blink::wacko:

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 :}

Posted
so CLS and @echo off have the same function :huh: ...weird

not 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

not 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 ;)

  • 1 year later...
Posted (edited)

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?

Greetings

André Casal

Edited by andregcasal

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...