Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
wie kann ich folgenden text, von einer bat datei aus, ausgeben lassen. die 1.0 soll der inhalt einer textdatei sein.
Lars Tolles Programm 1.0
Verfügbare Software: bla, bla
C:\>
man könnte irgendwie den inhalt der textdatei in eine umgebungsvariable packen und die dann an entsprechender stelle ausgeben. nur wie das?
hi,
speicher alles in eine textdatei, zb. in C:\meintext.txt
in die batchdtei schreibst du dann einfach die zeile
type C:\meintext.txt
gruß
seaslug