Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Create variable in Windows 2000 CMD
Name: Gavin Watson Date: April 10, 2003 at 08:20:38 Pacific OS: Windows 2000 / DOS CPU/Ram: PIV 1.3Ghz 512MB
Comment:
Hi all...
I need to make a variable under Win2K CMD(which i can later use in GWBASIC!!) that will give me the day of week from the system date.
Name: Andy Supernova Date: April 10, 2003 at 17:01:54 Pacific
Reply:
Personally I don't think this can be done internally. There must be some freeware program out there that can do this for you, but if you want to try something much more powerful, try Take Command 5.00 (www.jpsoft.com). It's a shell replacement with countless features, including *lots* of variables of all kinds and of course, the one you are looking for. It's not free, but not expensive too. I've been using it for years and believe me, once you get used to it and its wide range of commands, you never get used to plain DOS again.
Summary: Question: How do I manipulate the environment variable in windows 2000, like set abc = 120 (ms-dos/cmd command prompt) set abc = abc + I was used to using the aset.exe to manipulate the environment v...
Summary: Question: How do I manipulate the environment variable in windows 2000, like set abc = 120 (ms-dos/cmd command prompt) set abc = abc + (other environment ariable) I was used to using the aset.exe to m...
Summary: Thought I'd share a solution to reformatting a the %date% variable in Windows 2000, useful for cmd scripts and the like. I took an existing script which works on DOS and Windows 95, but added the las...