Here's an example!
//***********************************//
@echo off
start warkey.exe
start Frozen Thone.exe
//***********************************//
This code won't work; the second start doesn't recognize spaces.
Thanks!
//***********************************//
@echo off
start warkey.exe
start Frozen Thone.exe
//***********************************//
This code won't work; the second start doesn't recognize spaces.
Thanks!
