Microsoft
Software
Hardware
Network
Question : ChDir that chooses a directory in the same parent directory as the current one
How do I write a ChDir code that says in effect: One directory above the current directory, you will find a directory named "NEW CODES". Choose that directory.
I used to know this but I can't remember.
Thanks,
John
Answer : ChDir that chooses a directory in the same parent directory as the current one
To get to NEW CODES try
ChDir "..\NEW CODES\"
Random Solutions
can you help me? the problem in registering DTS dll files.
Icons on desktop don't completely refresh
Save unbound combobox column value in Access 2007
Need Subreport and main report to return same data
SUMPRODUCT not working
Late bindingan ActiveX component
A Christmas Card challenge
Change CommonProgramFiles
view table relationships graphically sql server 2000
Should I use SqlDataSource or SqlConnection (which is better)