okay, this script should open internet explorer on my computer
Local fname,fhandle,fdetails,ftypes, fpaths,fnames,fextens
@ set the filename of the program to launch
Put 'C:Program FilesInternet Exploreriexplore.exe' into fname
@ Get the file handle
FolderItemGetAbs(fname,fhandle,fdetails,ftypes, fpaths,fnames,fextens)
@ Launch the application in the foreground
FolderItemLaunch fhandle,1
just using that as an example [got that code from another thread thanks]
say i wanted to make a program that i can press a button, and it opens up my defrag, then presses the button to defrag my computer, is this possible