StartCD

Versione 1.0

[Italiano]

StartCD è un'applicazione che può essere molto utile per eseguire applicazioni scritte in Visual Basic 6 senza installazione (solo se non usi paricolari componenti/OCXs/DLL, ...).

Questo è per esempio il caso dell'utilizzo della funzione AutoPlay, mediante il file autorun.inf presente nella cartella principale del CD.

    Esempio di utilizzo: inserire nella cartella principale del CD questi file:
  1. un file di testo chiamato autorun.inf contenente:
    [autorun]
    open=StartCD.exe "MioProgramma.exe"
  2. il proprio programma MioProgramma.exe
  3. il programma di installazione vbrun60.exe scaricabile dal sito Microsoft

 

StartCD verifica che siano installate le librerie necessarie a eseguire i programmi Visual Basic. Se sono installate esegue il tuo programma, altrimenti le installa.

 

La sintassi completa è la seguente:
StartCD.exe Lingua "Programma da eseguire.exe"

dove:

Lingua: può essere IT (per italiano) o EN (per inglese). Se non specificata questa viene determinata automaticamente in base alla lingua di Windows.

"Programma da eseguire.exe": è il tuo programma che vuoi eseguire. Se il nome contiene degli spazi devi racchiuderlo tra doppi apici (").

 

StartCD è liberamente utilizzabile (gratis!), anche a fini commerciali. Puoi farne quello che vuoi.
(se però mi citi nei ringraziamenti del tuo programma mi faresti felice).

Solo una piccola nota: questo programma dovrebbe funzionare (a me funziona perfettamente), ma potrebbe anche non funzionare, o incasinare il tuo computer o provocare un qualsiasi altro danno. In ogni caso non devo esserne ritenuto responsabile... Usa StartCD a tuo rischio e pericolo (ma se conosci un po' il C e vedi il codice sorgente scaricabile più sotto vedrai che non dovrebbe esserci nessun problema, scrivo ciò solo per tutelarmi... non si sa mai.)

Ed ecco la parte più bella: il download:

[English]
(or better, I think it's a quite understandable english ;)

StartCD is an application that can be very usefull to run programs written in Visual Basic 6 without installation (unless you don't use particular components/OCXs/DLLs, etc.).

This is for example the case of the autoplay function, used with an autorun.inf file located in the root folder of a CD.

    Examle of use: put in the root folder of a CD these files:
  1. a file named autorun.inf contenente:
    [autorun]
    open=StartCD.exe "MyProgram.exe"
  2. your program MyProgram.exe
  3. the VB install program vbrun60.exe that you can download from the Microsoft website

 

StartCD verify that the required libraries to run VB applications are installed. If they are it runs your program, else it installs them.

 

The syntax is the following:
StartCD.exe Language "Program to run.exe"

where:

Language: can be può essere EN (for english) or IT (for italian). If the language isn't specified, it will be determined automatically from the Windows language.

"Program to run.exe": this is your program you want to autorun. If its name contains spaces you have to enclose it between double quotes (").

 

StartCD is free, it can be freely used for commercil pourposes too. You can do what you want wth it.
(but I'd be very happy if you put my name in your credits).

Just one note: this program is as-is, I mean: it should work (for me it does), but if not, and if it crashed your system or causes any else damage, I'm not responsible of that. Use StartCD at your own risk. (but if you know a bit of C and read the source code you can download below, you'll see that there shoudn't be any problem: I write this note just in case... you never know!)

And now... the download section!

Visitors since 17/nov/2005: 6987

mlocati@tiscalinet.it

PS: Non ho tempo libero...quindi non posso dare supporto tecnico
PS: I have no free time... so I cant' answer to techical questions