Welcome Guest ( Log In | Click here to Register a free account now! )
Welcome to Bleeping Computer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.| Important Announcement: The winners of the BC Million Post contest have been announced. You can read who the winners are at this post. - BleepingComputer Management |
![]() ![]() |
Sep 3 2005, 05:28 PM
Post
#1
|
|
|
New Member ![]() Group: Members Posts: 5 Joined: 18-August 05 Member No.: 31,552 |
i have this section of code from my messeging program i'm making: set /p user=Send To: set /p m=Message: net send %%user%% %m% the Send To: thing lets you type in a person to send to (e.g. Bob) well in the environment variables, Bob=(the computer number) how can i get the net send to equal net send %Bob% %m% ????? thanks for any help anybody can give me |
|
|
|
Sep 4 2005, 02:37 AM
Post
#2
|
|
|
New Member ![]() Group: Members Posts: 1 Joined: 1-August 05 Member No.: 29,475 |
It's not possible to have "variable in variable" in batch files. Actually, I guess, it's only possible in advanced programming languages which batch programming is not.
|
|
|
|
Sep 4 2005, 03:17 AM
Post
#3
|
|
|
New Member ![]() Group: Members Posts: 5 Joined: 18-August 05 Member No.: 31,552 |
thanks for your help
|
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 22nd November 2008 - 04:17 AM |