Normal
Where do I put this .bat-file ? @ECHO OFFSTART C:\PROGRAM~1~\IRSERV~1\IRSERV~1.exe (IR SERVER.EXE)START C:\PROGRAM~1~\IRSERV~1\IRSERV~3.exe (IR SERVER TRAY.EXE)EXIT Now I have those 2 files in the startup folder,isn't that the same?
Where do I put this .bat-file ?
@ECHO OFF
START C:\PROGRAM~1~\IRSERV~1\IRSERV~1.exe (IR SERVER.EXE)
START C:\PROGRAM~1~\IRSERV~1\IRSERV~3.exe (IR SERVER TRAY.EXE)
EXIT
Now I have those 2 files in the startup folder,
isn't that the same?