Community Profile

photo

Shazed Tashrif


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How to run an exe file and save the outputfile generated to a different folder?
executefile = fopen('ENTER.txt','w'); fprintf(executefile,strcat('\n','\n','\n','\n')); fclose(executefile); system('my.exe ...

4 years ago | 1 answer | 0

1

answer