How to open Exe with Batch (.Bat) File Tutorial
open your text editor like Notepade and copy and paste this:
How to open Exe with Batch (.Bat) File Tutorial:
@echo off
test.exe
EXIT
and code file flash (test.exe) put outside folder's name fscommand
on (release) {
fscommand("exec","test.bat")
}
save it as
filename: "test.bat" (you can change "test" to whatever you like)
save it sa type: "All files"
put the batch file now in the same folder where your exe is and run the batch file.
you can change the file path for exe.
This is a Example for running 2 exe files:
@echo off
test.exe
test2.exe
EXIT
and code file flash (test.exe,test2.exe) put outside folder's name fscommand
on (release) {
fscommand("exec","test.bat")
}
German
.Exe mit Batch Datei öffnen (.Bat):
öffne einen Texteditor wie z.B. Notepadem kopiere diese code rein:
@echo off
test.exe
EXIT
and code file flash (test.exe) put outside folder's name fscommand
on (release) {
fscommand("exec","test.bat")
}
Speichern als
Datei name: test.bat (anstatt "test" könnt ihr auch was anderes schreiben, dann muss das im code auch verändert werden)
Als type: "Alle Dateien"
Hier mal ein Beispiel um 2 Exe Dateien nacheinanders laufen zu lassen mit einem klick auf der Batch datei.
@echo off
test.exe
test2.exe
EXIT
http://www.blogger.com/img/blank.gif
and code file flash (test.exe,test2.exe) put outside folder's name fscommhttp://www.blogger.com/img/blank.gifand
on (release) {
fscommand("exec","test.bat")
}
Die .Exe datei muss in den selben ordner liegen, oder ihr müsst es sonst im code änder und den anderen pfad eintragen wo die .Exe datei starten soll.
Tutorial by http://www.Puridee.de
17:28
admin
Posted in: 

0 Kommentare:
Kommentar veröffentlichen