The whole program obviously isn't finished. I'm using a program called Macro Scheduler, dispite it's name it can do a hell of a lot more then just create macros. If anyone here is familiar with it, help. I cannot seem to understand why the programs aren't launching. I've only started on CMD but obviously it's not launching.
Code:
dialog>dialog1
Caption=SC
Width=297
Height=255
Top=104
Left=CENTER
MainMenu=Options,Close(101),Shutdown(102)
MainMenu=MS Apps,CMD(201),Calculator(202),Notepad(203),Paint(204)
MainMenu=Browsers,Internet Explorer(301),Firefox(301)
MainMenu=Apps,Itunes(402),Swiftkit(404),Cain(405),WinRaR(406),Wireshark(407)
EndDialog>dialog1
Show>dialog1,result
Label>Loop
GetDialogAction>dialog1,result
if>result=101
exit>
Endif
if>result=201
Run>C:\Users\God\Desktop\MS Paths\CMD.bat
ResetDialogAction>dialog1
endif
wait>0.01
Goto>Loop