Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
help me i want hidden batch file in running
Name: shmulik13 Date: August 8, 2009 at 07:27:39 Pacific OS: Windows XP Subcategory: Batch
Comment:
i need help with hidden of batch file ...in other words i want when i run the file i will not see the consol run in background and not in the task
Name: cypster Date: August 25, 2009 at 11:12:09 Pacific
Reply:
Best I can suggest is to convert your batch file to an exe and then run it hidden... but it will appear in the task manager though. :( Try the free bat2exe software. I use it for network admin tasks. Its called Bat To Exe Converter. Google it. Hope this helps.
Summary: Wow! Thatnks for all the info guys!!! I'm learning a great deal here :) The onlt reason I wanted this batch file to clean up the folders was because of the 30 PC Machines I have to do this to every so...
Summary: I need a batch program in perl to process some files.[ I run perl in Dos prompt( ActivePerl for windows is installed ] I have a list of file names in a txt file called "list.txt" This txt file contai...
Summary: Hi, I have a batch file that runs a command with parameters. The batch file contains just one line - EG: program.exe -uUsername -pPassword -cConnection I would like to have the user prompted to enter ...