Summary: Hello, i'm new in using both microstation(95) and batch files. I want to design in microstation via a .bat file and i have a basic problem.. i don't k...
Summary: Hello all! Quick newbie question! I am stuck deleting files in certain temp directories daily, and would like to know how to create a batch file to do...
Summary: I have 2 questions 1) How can I make bold lines in cmd. Like have a title and a bold outline surrounding it. I once heard that you need to use like un...
Summary: Is there a way for me to make a batch file that displays a message (whatever it may be) character by character? For example, it might display "H", pa...
Summary: Hi, i'll try and explain my problem: i've created a nice menu in DOS using batch files. there is only one problem. when i want to exit my menu there's...
Summary: this if for the NT emulation of dos(cmd)... anyways Ive gotten myself a little brain twister right now. I have a point where I have userinput enter in...
Summary: Oh I'm used to it.LOL Say hasn't school started and homework being assigned. More batch file questions to come. Off topic but funny: _________________...
Summary: thanks for the reply. I have come to realise that this may be a long process for what I need (making a batch file to backup data). After choosing the ...
Summary: Hello, I am trying to do something that would seem simple enough here but I can't seem to figure it out. I am trying to make a batch file that will ch...
Summary: my question is as follows... i need to find out the best way to program a script (batch file, etc.) that upon execution, launches internet explorer, n...
Summary: Okay, I figured out what you meant by that (create a FTP script file and run it with the batch file), but that still begs the question of how I pass t...
Summary: Hello all and thank you for reading my post. I have a question about a batch file. I have a batch file that will uninstall certain programs by select...
Summary: ufo, That sounds great. Is it possible then for the batch file to send info to a separate txt file saying, for example, " backup complete, 17 Aug 0...
Summary: I got a small bat-file to cooperate with an exe-install routine, but can not find the exact syntax for a directory where I only know the name - not th...
Summary: Don't know about your XP system but on my 98 box there is another layer of random named subfolders under IE5.Content which is under the tempor~1 folde...
Summary: Hehe, why'd you give up ME? As to your question, how did you go about getting it done? Here's how I would have done it. XP, and 2000 I believe, come w...
Summary: Is it a question of program execution order? I mean, is this all happening in startup correctly at all or not? Try making a backup copy of the regis...
Summary: sir, actually this is an internal batch program for microstation... masbatch cnvdg >--> command inname:***.*** >--> filename to be converted outname:*...
Summary: Hi, I am new to batch files. I recently read a batch file. ... IF NOT EXIST %1 (CALL :CMDLine %1) IF NOT EXIST %2 (CALL :CMDLine %2) IF NOT EXIST %2...
Summary: I am looking for some help with Batch Program creation. I would like to create a batch file that asks you a question "what would you like to name the...
Summary: Relates to an ealier post with title: Batch File deleting files by date? HAD TO CHANGE FOLLOWING TO GET WORKING 1. In Line: for /f "tokens=2" %%i in (...
Summary: Hi, I have created a batch file that runs full screen and displays a lock screen. It is used at school because we cannot lock the computers. To unlock...
Summary: About your first question just replace Call "C:\Program Files\ShutdownForUPS\ReadMe.txt" with Start "" "C:\Program Files\ShutdownForUPS\ReadMe.txt" Be...
Summary: Hi M2, >> I was hoping you'd jump in here. I've been monitoring some of the batch file questions but refrained from posting because most people only w...
Summary: Hey, Just have a quick question, My batch file won't call the program I tell it to. I tell it CALL C:\programfiles\blah\blah.exe and nothing happens.....