This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 8101. |
Solve : Compiling Bat Files? |
|
Answer» Is there really any point to compile javascripts?there is SOMETHING called rightclick and page source...You know lordoftheplat, you reallyy should start a new topic, lol. Just advice dont spamQuote Is there really any point to compile javascripts?JAVASCRIPT and java are different.ok so i was trying to use c++ to like compile my .bat well yeah i have to change the whole PROGRAM but...i couldnt even get started with it the only thing i get is #include is like @echo off in batch and cout is like echo. in batch thats all i get@ghostdog74, I already knew about the java to exe conversion PROGRAMS that are out there right now.Quote ok so i was trying to use c++ to like compile my .bat well yeah i have to change the whole program but...i couldnt even get started with it the only thing i get is Are you just being facetious?no..im just really confusedQuote reallyy should start a new topic |
|
| 8102. |
Solve : HOW CAN I DELETE C:\System" "Volume" "Information? |
|
Answer» How can I delete C:\System" "Volume" "Information in MS-DOS |
|
| 8103. |
Solve : Pls help me out? |
|
Answer» I LOST my window hp laptop hawlett package PENTIUM 2's password since |
|
| 8104. |
Solve : Quality control or Validation for a commandline entry? |
|
Answer» here's a vbscript. i've seen some code where they use a "timestamp" to create a name... you have any ideas?? Some of this might be useful... Quote @echo off Quote today is 25/07/2007 and the time now is 18:19:16.71 The XP system time variable %time% has a resolution of 1/100th of a second which ought to guarantee fairly unique timestamps. If there is a danger of duplication you could add a delay by eg pinging a nonexistent ip address with a 5 (approx) millisecond timeout Quote echo %time% Quote 18:38:23.23 Contrex, Thanks again for your help on this project. The testers found two errors. I tried to fix them but I'm having trouble. Error 1: for some weird reason, the program accepts 22233355& as a valid nine digit, numbers only entry. or any other 8 digit + the "&".... all other 8 digit + other symbol entry is rejected (22233355*, 22233355!, etc) Error 2: the program is supposed to zip all the files with the same SSN into one zip file, and the user can zip up to five SSN which then gets zipped into a master zip file... the error the testers found is that if the user attempts to zip the same SSN into one bundle, I increase the count, even though, the number of SSNs does not increase.... basically, i need a way to keep track of the SSNs in the program... is there a source where i can get some quick basics on the power of DOS programming... i'm more familiar with more structured programming languages, with arrays and stuff.. ok, i fix error two.... with a little thought, i figured out to move the zipped files to a separate directory, then if it exist, do not count or zip again... doh! sometimes you can't see the forrest for the trees.. i'm still perplexed by error number 1.... i know & and * are wild cards in DOS, but why is & considered a valid number but * is not?? The ampersand, "&" is what is called a "poison character". It breaks code that works with all others. I am working on a solution. Are you allowed to use a DOS executable? I can easily write a compiled app in FreeBASIC which can be called from a batch file and which would receive user input and check for ANY non-numeric character. The FreeBASIC COMPILER is free and I can give the source code and links to the compiler and IDE so you can modify it and experiment. FreeBASIC is like QBasic in syntax, but it is not a 1980s product. contrex, thanks for all your help..... i appreciate your offer of a different solution, but I don't want to go down that road, yet.... i ask the the user to put in an SSN, and we catch 99.9 percent of the possible errors, so if they put in an ampersand, they deserve what they get.... (what are the odds that someone is gonna hold down the Shift key, let alone the Shift key and the number 7) if you can point me to a link that shows that & is a "poison character", i can probably justify the program we have Quote from: cornbread on August 02, 2007, 11:27:56 AM if you can point me to a link that shows that & is a "poison character", i can probably justify the program we have Well, the first few of these ought to do it... http://www.google.co.uk/search?source=ig&hl=en&q=ampersand+poison+character&btnG=Google+Search&meta= let me know if you want more/others perfect.... thanks (i owe you part of my pay!!) if its any consolation, the work i'm doing (with your help), is for disable militaryQuote from: cornbread on August 02, 2007, 12:26:10 PM if its any consolation, the work i'm doing (with your help), is for disable military Glad to help. some more http://www.google.co.uk/search?num=100&hl=en&safe=off&q=batch+poison+characters&btnG=Search&meta= |
|
| 8105. |
Solve : create a batch file to run ruby.exe and compile a? |
|
Answer» Dear guys, Dear guys,when you installed ruby, it should have modified your PATH to include where ruby.exe is located. if not, you can manually add the path to your environment. Next time you run your ruby SCRIPT, you can just change directory to c:\ and execute the script from there.eg c:\> ruby.exe myfile.ruby. this should run, even though ruby.exe is not in C:\. And so, your batch file should look something like Code: [Select]c: ruby myfile.ruby oh ruby is a file type? i thought it was just a ruby.bat lolQuote oh ruby is a file type?ruby is a programming language. see here |
|
| 8106. |
Solve : Change Telnet Port? |
|
Answer» I m not ABLE to access Telnet because it seems that a lot of ports are closed, including Telnet. the onlyones I know of that are open are the ports 80 and 18 and 24. ... it seems that a lot of ports are closed,... By what? With that INFO, we might come up with an idea for you. With my ,limited experience of telnet, I doubt this would work, but try this. Telnet ip port number. So if I wanted to telnet 192.168.1.1 on port 20, I'd type telnet 192.168.1.1 20 It's been a while since I used it, just throwing ideas out there for you.Quote With my ,limited experience of telnet, I doubt this would work, but try this. Which reminds me... when I used to use telnet, it could be done like 192.168.1.1:23 too. In other words, not just a SPACE, but a colon. I think either would work with the client I used. That was with mtel. http://ozone.eesc.com/ But I'm thinking the poster is looking for how to change the port his system listens on, not which port he is calling. I think the poster is looking to know how to use telnet... |
|
| 8107. |
Solve : DOS variables? |
|
Answer» Is there a way to use numerical variables in DOS? Integers would be fine. I want to create a count variable that I can add to.Code: [Select]C:\Users\DeltaSlaya>set/? I guess I should have tried to read the help for the command instead of just assuming I knew it all Having answered many questions on here, I can only SAY amen brother !!!!!!! |
|
| 8108. |
Solve : Dos- Changing file name string handling? |
|
Answer» i have set of files in folder as XYZ*.ZIP, i WANT to copy these files to source as *.zit EXCLUDING XYZ from file name? how to handle strings in DOS batch files or other way to handle this?Only thing I was able to COME up with was to do a rename on all and then copy. Not familiar with a method of doing a rename during a copy. Below is what I'd suggest. |
|
| 8109. |
Solve : can anyone help me with the lists?? |
|
Answer» Hi, i want to write a program in which a list is to be appended with a new element The SECOND example provided should have produced the desired output. Please EXPLAIN in more detail what result you're looking for. 8-)Thank u for the response.. I want all the files in the folder to be in that list. do that i can PROCESS the list using a for LOOP later. I have tried the second example also..but still i'm getting the same result. If not this is there any other method to get all the files in the directory in a list. Quote A for loop can run a command allowing you to process each file individually. A simple example would be: Code: [Select]for /f "tokens=* delims=" %%i in ('dir /b') do echo %%i Your method of creating a single string with all the file names will create problems should any of the file names have emedded spaces. Need more info to give you a definitive answer, for example do you need the full paths of the files, or what about sub-directories and what do you need to do with this list? 8-)The actual THING that i want to do with the code is that i have a folder which has some sub-folders. each sub-folder has some files. i want to write filenames(with path) of all the files in sub-folders in a file. So,i wanted to add all the sub-folders to a list. then i want to process each of the element in the list(each subfolder name) to get the files in them and write the names in an output file. for this i wanted to get a listYou just want a list with all the (sub)folders and files with path in a textfile which you can read out later? dir /s /b >list.txt hope it helps uli @Sidewinder: NT icludes "setlocal".Thank u...It's almost working... Ok...can u tell me how to add the subdirectories to the list? Isn't there a method to make a list other than using set list = !list! %%i i'm not able to get the expected result even after using setlocal enabledelayedexpansion Quote i want to write filenames(with path) of all the files in sub-folders in a file. This could be done with multiple for instructions, but the dir command has recursion built in: dir /a:-d /s /b >list.txt setlocal enabledelayedexpansion "is useful for getting around the limitations of the current expansion which happens when a line of text is read, not when it is executed". Microsoft Command Line Help 8-) thank u for the response...It's giving the output that i wanted... I have some more questions. I'm still in learning stage.Please be patient. Are there lists in DOS?If yes how to use them? how to append an element to the list? is there any way to remove an element from a list? |
|
| 8110. |
Solve : please answer? |
|
Answer» I don't think thats even possible for batch. Possibly for VB but i dunno.lol ask the god batcherQuote Yea, you were sick. Now.......... It's alot easier just to put the alert in a loop. Quote <script language="Javascript">lol, i didn't know you can do loops for html It is not HTML, it is Javascript . 8-)fffreakyeah but u save it as a .html don't you?what is the difference between javascript and html?Quote yeah but u save it as a .html don't you? Not necessarily, you could save it as filename.js, then just import it using HTML. |
|
| 8111. |
Solve : MS-DOS XP ISSUES? |
|
Answer» In the safe mode, I get a list of PARTITIONS INSTEAD of a DOS prompt that I need. How do I skip this??? You don't get a DOS prompt option in the XP safe mode menu, like you did in 85/98/ME. XP is an NT-family OS, and does not come with MS-DOS. |
|
| 8112. |
Solve : Very Annoying XP Prompt Problem? |
|
Answer» In the xp command prompt, if you HIT autocomplete on a file NAME that is too long for standard dos to handle the new long file name support displays the file as "long file name.txt" ... |
|
| 8113. |
Solve : Activate NTP on Dos? |
|
Answer» Hi there, |
|
| 8114. |
Solve : HELP ME OUT!!!!!!? |
|
Answer» i just formatted a HARD drive and i get a message saying"type command interpreter" There is NO operating system on there, so you need a genuine and un-crappity smacked XP CD to load Windows with. There is no other solution. Quote of the Month ! ! |
|
| 8115. |
Solve : For /F ..? |
|
Answer» ok i have this line " FOR /F "eol=; tokens=1,2* delims=," %i in ("%2%.txt") do start %i %j %k" |
|
| 8116. |
Solve : Command Prompt Start? |
|
Answer» Is there another way to start up the command prompt other than "run>CMD, the SHORTCUT in accessories or using a batch file?" Or should i ask, can you have full access to the command promt if it had been blocked by the administrator and batch files are disabled? IDEA to try: Go into Help, if you can. Look up MS-DOS, or DOS, or whatever you think might find info on it. Sometimes, within a Help section, there are links to the item in question. See if you find a link in Help that you can click that will open a "dos" window. this batch file will work AND i am sure lol @echo off echo CMD pause call cmd.exeOr you could just type 'start cmd.exe' in a batch file, that should work And for a shortcut, you just type as location 'cmd.exe' and it should work too |
|
| 8117. |
Solve : PLease guys help!!!!!!!!!!!? |
|
Answer» Is there any WAY by which we can parse directory names like a string and edit it. Hence use it later to rename the file name? |
|
| 8118. |
Solve : restarting modem- HELP!? |
|
Answer» im using XPSP2 Read the manual, check the website of whoever made it or post the the name of it and the model number here and maybe someone will be able to tell you. hey dude if i found the solution on the website i wont post it here the problem is im on the LAN network and im sharing modem with my housemate ... if im using it alone that fine i know how to do it but this is LAN this is my modem model SMC7904WBRA2I don't need an attitude from you. You asked how to find out if it supports Telnet and I told you the only ways to find out. If you don't want my help then fine you wont get it.well i dun need your help at all .. ur help is not a help at all what is telnet u tell me can it USE to reconnect router *censored* no SOMEMORE from starting it already been bump If you hadn't given attitude to Deerpark I'm sure he, or someone else for that matter, would have been happy to help with your questions. As it stands I doubt he, or anyone else, will have a better response than "google it" PS. If you didn't need his help at all, why were you posting on here looking for help? Quote from: nwlun on July 30, 2007, 01:46:30 AM well i dun need your help at all ..is it a cable modem from cable company |
|
| 8119. |
Solve : autoexec.bat & config.sys? |
|
Answer» I had deleted some INFORMATION from my COMPUTER that was there from the previous owner. I accidentally deleted autoexex.bat and config.sys. When I turn my computer on it says that there is missing can ANYONE please help me get into my computer! It comes up for MS-DOS but I can't seem to get into WINDOWS. Can any one helpWhich operating system :-? :-?Do a search for autoexec.bak and config.bak.....rename them appropiately and re-boot. |
|
| 8120. |
Solve : change directory name using batch file? |
|
Answer» Hi there, |
|
| 8121. |
Solve : add administrator via script? |
|
Answer» I'm am trying to add my admin group USERS to LOCAL groups via batch FILE. I have been able to add domain accts, but i dont know what to put for the local machine name in the script so that it will do it for all pc;s. I thought it was %Computer Name$\administrator but taht didn't work, does anyone know what the command is? %Computer Name$\administrator Is that a typo? In any CASE %ComputerName%\administrator should work. Good luck. 8-)YESSSS!!! That worked great. THanks, |
|
| 8122. |
Solve : Back-Chat!? |
|
Answer» What code do i need to enter in a batch file so that when i go into it i can type something and it will echo what i just typed? |
|
| 8123. |
Solve : HUGE backup batch problem? |
|
Answer» i need help, my backup batch file doesn't backup. I have it copy my DOCUMENTS to a FOLDER and then it ask me where to BACK it up. when i select E:\(DVD Burner) it said location not found or something and when i choose F:\(Flash Drive) its the samething. I got Vista. Code: [Select]title Burning Backup Disc.....Unless the burning program has a command-line utility it is impossible. What he is doing there is copying the files to the temporary folder, ready to be burned.Carbon, your right, thats exactly what im doing but i need the copy to work after.What do you mean? Which copy? |
|
| 8124. |
Solve : xcopy can't tell a file from a directory?? |
|
Answer» Hello- I no longer get asked about the views folder, but I still get asked about the xml files , whether they are files or directories?? I think so. Why don't you try it and see? Ha! Ha! Dumb question I guess.. OK I'll try it.. Thanks again for your help.Well I tried it and it doesn't work! Code: [Select]:: Resets Test cd ../.. cd Test2 rmdir c:\Test2\views /s del AppointmentsMap.xml del ContactsMap.xml del FileExtMap.xml del proinit.xml xcopy c:\Test1\views c:\Test2\views /i/e xcopy c:\Test1\AppointmentsMap.xml c:\Test2\AppointmentsMap.xml /i xcopy c:\Test1\ContactsMap.xml c:\Test2\ContactsMap.xml /i xcopy c:\Test1\FileExtMap.xml c:\Test2\FileExtMap.xml /i xcopy c:\Test1\proinit.xml c:\Test2\proinit.xml /iI still get asked if the xml files are files or directories??Quote from: nubia on August 04, 2007, 09:36:44 AM Well I tried it and it doesn't work! Microsoft's notes about Xcopy include: Quote Syntax Quote /i : If Source is a directory or contains wildcards and Destination does not exist, xcopy assumes destination specifies a directory name and CREATES a new directory. Then, xcopy copies all specified files into the new directory. By default, xcopy prompts you to specify whether Destination is a file or a directory. Quote Specifying whether Destination is a file or directory First I suggest you read the above and see if any of it applies to your situation. Second I suggest you go to Microsoft's page about Xcopy and read that http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/xcopy.mspx?mfr=true Thirdly I suggest you change your code eg Quote xcopy c:\Test1\AppointmentsMap.xml c:\Test2\ and try that. OK the third suggestion worked.. Thank you so MUCH for your not giving up on me. Nubia, no sweat! ALWAYS glad to help. |
|
| 8125. |
Solve : need currently running batch file to self-replicate itself to another location..? |
|
Answer» is there a code to copy a currently running batch file to another location no matter what directory its being ran from.??When a batch file is running, it can "see" the system variable %0 (percent zero) which holds the batch file's own file name. By using the XP variable substitution, we can do what you want. Let's take an imaginary batch file called specimen.bat which is in folder C:\batch\test. In the batch, when it is running, %0 would give specimen.bat. The option ~f gets the full path so %~F0 would give c:\batch\test\specimen.bat. |
|
| 8126. |
Solve : Re: PING.com? |
|
Answer» I don't think it's called PING.COM, isn't it just PING. |
|
| 8127. |
Solve : MSDOS8 for Windows98? |
|
Answer» Hello, Hello, Not that I know of - but it will be interesting to see what others have to say. Not exactly sure of what you are trying to do - NEED more details. There might be a way to do it though. Possibly with some third party utility programs. Google for grep dos and see what you find. As far as setting environment variables, I BELIEVE that works the same. Ex: set somevar=foofoo Not compatible. MSDOS 8 is the embedded DOS in WinMe and will royally SCREW a 98/98se system, insisting that you upgrade or install Me. You won't even be able to reinstall 98 without wiping the system.In fact i'm more interested by new instruction (win2000) SET (ex : SET VAR1=%VAR:~-9%) than the grep in roder to extract a part of one string |
|
| 8128. |
Solve : Cannot get into Windows from Dos prompt? |
|
Answer» I am using an HP Pavilion computer with Windows 98 installed. This computer is not and has never been connected to the internet. I have one program from 1990 that is DOS based, so I USUALLY shut down from Windows by choosing "Restart in MS-DOS". The LAST time I was WORKING in Windows, I was working in Quicken. After backing up my files, I went to shut down but selected "Restart" in error. In the process of shutting down, the ACTIVE desktop was messed up and the Active Desktop Recovery came up. I tried to restore the active desktop but the screen froze up. I tried all the normal ways of shutting down and finally had to unplug the CPU. |
|
| 8129. |
Solve : Mget doesn't work? |
|
Answer» I want to get all FILES from ftp, using SCRIPT. |
|
| 8130. |
Solve : Getting information and store it in a file? |
|
Answer» Hi There, |
|
| 8131. |
Solve : Run a batch file to close a window based program? |
|
Answer» Hi Guys, |
|
| 8132. |
Solve : Can a batch file press enter?? |
|
Answer» I'm trying to put together a .bat for my grandma so she can do a one click c format, and slide a disc in to reinstall her os. I've never tried it before so I guess we will see if it works, but I'm stuck on GETTING the file to press enter once the command is given to I believe you may have to do a prompt followed by a series of if...else...then statements. How does this solve his problem ? ?There is a tiny prog called CR.com which places a carriage return into the keyboard buffer. You'd call it in a batch file immediately before the prog waiting for input. You could modify CR to stack any key. Alas it stopped working with Win95. but this works: echo. | date so format should work, tooHe doesn't want to format.... |
|
| 8133. |
Solve : Enabling Admin account and changin pw via batch.? |
|
Answer» When imaging a new machine i have to enable TEH administrator account and change the password. Is there a way i can CREATE a script to do both of these tasks? |
|
| 8134. |
Solve : Need to create a batchfile, which sends Alerts? |
|
Answer» set[highlight] [/highlight]ip=[highlight] [/highlight]132.122.6.5[highlight] [/highlight]132.122.6.4 |
|
| 8135. |
Solve : DOS Screenshots? |
|
Answer» I would like suggestions on how to get screenshots of DOS and its PROGRAMS (not just dumping the output into a text file). |
|
| 8136. |
Solve : Re: I RealY NEED HELP!!!!!!!? |
|
Answer» You're ABSOLUTELY right, I don't UNDERSTAND what your asking? |
|
| 8137. |
Solve : renaming files with file names from a text file?? |
|
Answer» hey how would i do this , i have FILENAMES in text a.. witch are .mp3 file names, and i have file names in text b with has .OGG file names , i need to rename the mp3s in the folder to the .ogg files.. You have text file a songA.mp3 songB.mp3 songC.mp3 (etc) text file b song01.ogg song02.ogg song03.ogg (etc) Plus a folder of mp3s??? You are not being very clear. You want to rename songA.mp3 to song01.mp3? Is that right? If not, what do you want to do? im trying to rename some .ogg music files with random mp3 files from my computer.. then copy them to the location, this is what i have figured out so far.. i guess i also need to know how to SEARCH for *.mp3s using dir, but making it only output the filename.. cause i do , dir *.mp3 /b /s >1.txt , & FOR /F "eol=; tokens=1,6* delims=," %i in (1.txt) do rename *.mp3 %i %J %k , and its not working because in 1.txt it says C:\music\ect... i also got to figure out how to only move the 6 mp3 files i need out of the list of hundreds of mp3 files.. any ideas? |
|
| 8138. |
Solve : Exit a program? |
|
Answer» Is there a way to end a program when its running on Windows XP using batch COZ every time i boot the computer, Windows Movie Maker keeps coming up and i cant find a reason for it. Windows Movie Maker keeps coming up and i cant find a reason for it Where have you LOOKED? The Windows startup folder is one possibility; MSCONFIG (the startup tab) is another. Is there some sort of option WITHIN MovieMaker that triggers the startup at boot? I dislike suggesting that you modify the registry so check the easy ONES first. 8-)Hmmm....I'll have a look. Maybe run a registry scan or virus scan if i cant find anything. |
|
| 8139. |
Solve : Search a file by it's context? |
|
Answer» I need to create a batch file to search the CONTEXT of the file (the file will be in different name and folder each time but will be in the same parent directory) and move that file to a folder if the file contains the constant sentence. Can anyone help? Please :-?It very difficult to design a batch file if the target file keeps CHANGING it's name and location. Is there a way to derive the file name, say from the date, time, maybe even longitude and latitude? |
|
| 8140. |
Solve : Sourcing System Information? |
|
Answer» Hello all, Thanks for the reply fffreak.1) to get mac address of your machine you can use getmac 2) to list partition info, you can use diskpart. (XP) Code: [Select]C:\DOCUME~1\ADMINI~1>diskpart /s diskpart.script Microsoft DiskPart version 5.1.3565 Copyright (C) 1999-2003 Microsoft Corporation. On computer: EEE-YEXHFLKKGGU Disk ### Status Size Free Dyn Gpt -------- ---------- ------- ------- --- --- Disk 0 Online 3067 MB 0 B diskpart.script is just the list command eg list disk Look at diskpart /? for more information. |
|
| 8141. |
Solve : Need to set variable from a file? |
|
Answer» Hi, Hi, Well, the simple way would be to have a "prototype" file that contains: SET VAR_NAME= stored on the disk. NOTE that a return character should NOT follow the statement in the file. Given that, the command: copy pro.txt+data.txt temp.bat ... will create a set command to do the trick. Now, let's put it all together, assuming pro.txt contains the above set prototype, and data.txt contains your environment data. @echo off copy pro.txt+data.txt temp.bat call temp.bat del temp.bat ... other batch commands ... This will set the envronment variable and kill the temp batch file created to do the job. the user needs to input an unknown variable to be used later in the batch file. It cannot be a pre-determined variable.Where does the unknown variable come from? You said it was in a file, that's where I got the variable from. If you want the environment variable name to be fetched from a file, expand the same technique. If that's not it, define the problem more CLEARLY. I would like to run a batch file asking the user to input a 4-digit CODE. THat code (variable) will be used later in that batch file to create a directory.Randy, you should start your own thread, it's very confusing to have multiple questions in one thread. The idea is really smart. UNFORTUNATELY, the temp.bat script does not work because "copy pro.txt+data.txt temp.bat" makes temp.bat two lines. DOS can not explain it correctly. It might be better to start your own thread. Give as much information as possible: OS, what your trying to ACCOMPLISH etc. This thread is over two years old! 8-) |
|
| 8142. |
Solve : Batch file for Issue part of Ccleaner.? |
|
Answer» Well is it POSSIBLE to write a batch FILE witch atomaticly run the ISSUE part of Ccleaner, make a BACKUP of the regestry in C:/Backup's/regestry and repairs the regestry. |
|
| 8143. |
Solve : kill task manger in DOS? |
|
Answer» Hi all |
|
| 8144. |
Solve : how to read a string from file in DOS6.22 ?? |
|
Answer» Dear all, Dear all, Check out Strings and Aset . http://www.szostek.com/it/downloads.html |
|
| 8145. |
Solve : How to copy a file from one pc to another? |
|
Answer» HEY All Can anyone tell me that how to copy a file from ONE pc to another THRU DOS (copy command), which are on domain. Regards Zaheer |
|
| 8146. |
Solve : shutting down the program? |
|
Answer» hi, all ! i'm trying to shut down logitech program by batch file command. |
|
| 8147. |
Solve : How to creat a simple auto execution file?? |
|
Answer» I need to create a simple auto EXECUTION file. |
|
| 8148. |
Solve : batch files? |
|
Answer» How do I write a batch file in Notepad to delete all of my temporary files in my Windows directory? del %temp%\*.* del %temp%\*.*That would WORK for the most of the temporary files. But what if you got a document CALLED when I was temporarily gone. or something. That would be gone to. Just want to say that sow you aren't surprised afterwards. Jonas Oh templates will be gone to. Jonas Quote from: Jonas Wauters on August 06, 2007, 02:23:52 AM Oh templates will be gone to. Which templates are those? Every time I shutdown my PC I run a script which includes deltree %temp%\*.* and everything which is not actually in use gets zapped. I have never had any problems. Yeah I fail to see the problem as well... it's only GOING to delete files and subfolders in the windows temp folder and you should never store ANYTHING in there that you might need later. |
|
| 8149. |
Solve : Can anyone help me???? |
|
Answer» I have an XP system and its RUNNING KINDA slow. How can I permanetly wipe/delete a uninstalled program throught the command screen/ms dos screen. Please help!!!What are you ultimately trying to accomplish? What program? Did you TRY Add and Remove in Control Panel? What happened? Are there malware issues involved? If not, how do you know? |
|
| 8150. |
Solve : problems running games in dos (windows xp)? |
|
Answer» I downloaded an MSdos game pack, ran it through set up mode, and now it is just sitting there. When I DOUBLE CLICK it, the dos window pops up for about half a second, then goes away, and nothing else happens. I know that it has no viruses. Did I DOWNLOAD a dude, or am I doing something wrong. I don't know a whole lot about dos. Would appreciate any help you could give me. Thanks I downloaded an MSdos game pack, ran it through set up mode, and now it is just sitting there. When I double click it, the dos window pops up for about half a second, then goes away, and nothing else happens. I know that it has no viruses. [highlight]Did I download a dude[/highlight], or am I doing something wrong. I don't know a whole lot about dos. I don't know if you downloaded a dude or not, but we do not know what game is involved, what OPERATING system you are using or anything about the hardware involved. See below.I think he meant "dud". age of empires, call of duty, civilization, quake, pro-evolution soccer are the games in the pack. YES I did mean "dud" the hardware involved I will try and answer by saying that I am running dos in windows xp on an hp pavilion zv6000. Is that what you needed to know???Have a read here: http://www.dosgames.com/xphints.php Compatibility Mode is the key. http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/appcompat.mspx |
|