im facing an issue kindly help plz
system("start C:\\Users\\%username%\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup");
it says invalid path , which i guess it fails to open this path so how can i fill in blank spaces? like the one here
\\Start Menu\\
use %appdata%\\path
Try:system("explorer \"%AppData%\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\"");
Quote from: ysc3839 on Jul 04, 2018, 11:21 PMTry:system("explorer \"%AppData%\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\"");
This guy should be Rewarded...! thanks
@ysc3839