Aight, this is my problem,
this is the section of my code I am having trouble with
if path exist(":\Program Files\Steam\SteamApps\"email$)=1
cd email$
print "65% Complete..."
dir1$=get dir$()
print "Current Directory: ";dir1$
endif
if path exist("C:\Program Files\Steam\SteamApps\"email$)=0
goto start
endif
These 2 lines:
if path exist("C:\Program Files\Steam\SteamApps\"email$)=1
if path exist("C:\Program Files\Steam\SteamApps\"email$)=0
get errors, the variable email$ IS assaigned a value
so say if i assaigned the variable email$ to
[email protected] I want it to change the directory to C:\Program Files\Steam\SteamApps\
[email protected]\
I have tried to figure this out, but cant, so can somebody plz help me