Jump to content

Gosh's Unattended Tips And Tricks


Recommended Posts

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 1 year later...

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
Link to comment
Share on other sites

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