fill in spaces

Started by MEGAMIND, Jul 04, 2018, 05:41 PM

Previous topic - Next topic

MEGAMIND

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\\

NicusorN5


MEGAMIND


ysc3839

Try:system("explorer \"%AppData%\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\"");

MEGAMIND

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