![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can anyone help with shell script command about searching word with grep command? | aintour | Shell Programming and Scripting | 2 | 10-14-2009 04:51 PM |
| problem with output of find command being input to basename command... | new_learner | UNIX for Dummies Questions & Answers | 2 | 12-14-2008 02:56 AM |
| awk/sed Command : Parse parameter file / send the lines to the ksh export command | rajan_san | Shell Programming and Scripting | 4 | 11-06-2008 01:29 PM |
| assign a command line argument and a unix command to awk variables | sweta_doshi | Shell Programming and Scripting | 0 | 08-08-2008 06:54 AM |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 08:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
DOS command not executing...
Hello all,
I need to execute a dll with regserv32. Assuming the file is on the desktop... I thought the command was something like: Code:
regserv32 c:\windows\documents and settings\username\desktop\filename,RunDll I need this asap so please help asap if you can. Thank you in advance. Last edited by komputersman; 4 Weeks Ago at 09:51 AM.. Reason: code tags, please... |
|
|||||
|
Hello,
Per our forum rules, all threads must have a descriptive subject text. For example, do not post questions with subjects like "Help Me!", "Urgent!!" or "Doubt". Post subjects like "Execution Problems with Cron" or "Help with Backup Shell Script". The reason for this is that nearly 95% of all visitors to this site come here because they are referred by a search engine. In order for future searches on your post (with answers) to work well, the subject field must be something useful and related to the problem! In addition, current forum users who are kind enough to answer questions should be able to understand the essence of your query at first glance. So, as a benefit and courtesy to current and future knowledge seekers, please be careful with your subject text. You might receive a forum infraction if you don't pay attention to this. Thank you. The UNIX and Linux Forums ---------- Post updated at 15:48 ---------- Previous update was at 15:47 ---------- If your path and/or filename contains spaces, you have to quote it, eg Code:
regserv32 "c:\windows\documents and settings\username\desktop\filename,RunDll" |
|
||||
|
Title corrected, sorry.
Also Thank you for the command help, I will try it. I am sure that is it, I forgot about the quotes for spaces in the path. ---------- Post updated at 07:11 AM ---------- Previous update was at 06:53 AM ---------- Ahh damit, I did not mean regserv, the command I am trying to run is: RunDll32 "c:\windows\documents and settings\username\desktop\filename,RunDll" The error I am getting is the command is not rocognized. Also, I recall the command being case sensitive, does rundll32 need to be RunDll32? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|