Windows 10: How can wrap a cmd string as a service in win10?

Discus and support How can wrap a cmd string as a service in win10? in Windows 10 Customization to solve the problem; I have an app run this way: #enter into cmd console c:\myapp.exe -c c:\config.jsonMy app will run ,now i want to wrap the command string as a service.... Discussion in 'Windows 10 Customization' started by lucky lucky1, Aug 15, 2022.

  1. How can wrap a cmd string as a service in win10?


    I have an app run this way: #enter into cmd console c:\myapp.exe -c c:\config.jsonMy app will run ,now i want to wrap the command string as a service. #start the service net start myapp #stop the service net stop myapp #restart the service net restart myappPlease write all steps in detail.

    :)
     
    lucky lucky1, Aug 15, 2022
    #1

  2. Windows Mobile suggestion: Allow Apps list to wrap around rather than end

    I don't know where to post suggestions for Windows Phone / Mobile and the MS site is simply terrible. So sorta posting this blind.

    Almost too simple to suggest: When I look at the list of installed programs, I can scroll from "A" to "Z". But "Z" does not then continue on to "A". It doesn't wrap around. That's really clunky.

    --> Please make this list wrap around, at least as a GUI option.

    Thx
     
    Vercingetorix2001, Aug 15, 2022
    #2
  3. ordering strings alphanumerically

    You don't loop it, it does via .Sort(IComparer). In my example, it would like like...
    Code: List<string> list = new List<string>(); list.Add("2"); list.Add("1"); list.Add("0"); //sort it OffsetLengthPairComparer comparer = new OffsetLengthPairComparer(); list.Sort(comparer);[/quote] Obviously my comparer doesn't work for strings because it is for a custom type but, you get the idea.
     
    FordGT90Concept, Aug 15, 2022
    #3
  4. Kreij Win User

    How can wrap a cmd string as a service in win10?

    Strings and Linked lists in C++

    How are you telling it to display the separated string?
    Could you inadvertantly be just displaying at the first string in the list and they are actaully all there?

    Did you get my PM about converting to c-string and tokenizing?
     
    Kreij, Aug 15, 2022
    #4
Thema:

How can wrap a cmd string as a service in win10?

Loading...
  1. How can wrap a cmd string as a service in win10? - Similar Threads - wrap cmd string

  2. Serial Number for Win10 shows as "default string"?

    in Windows 10 Gaming
    Serial Number for Win10 shows as "default string"?: I am replacing the ssd of my machine, it is inoperable at this time so I am not able to boot it to access the number. When I log in here, it shows the device registered but the serial number just say default string. How do I get windows installed on my new ssd if I don't have...
  3. Serial Number for Win10 shows as "default string"?

    in Windows 10 Software and Apps
    Serial Number for Win10 shows as "default string"?: I am replacing the ssd of my machine, it is inoperable at this time so I am not able to boot it to access the number. When I log in here, it shows the device registered but the serial number just say default string. How do I get windows installed on my new ssd if I don't have...
  4. Serial Number for Win10 shows as "default string"?

    in Windows 10 Updates and Activation
    Serial Number for Win10 shows as "default string"?: I am replacing the ssd of my machine, it is inoperable at this time so I am not able to boot it to access the number. When I log in here, it shows the device registered but the serial number just say default string. How do I get windows installed on my new ssd if I don't have...
  5. How can wrap a cmd string as a service in win10?

    in Windows 10 Gaming
    How can wrap a cmd string as a service in win10?: I have an app run this way: #enter into cmd console c:\myapp.exe -c c:\config.jsonMy app will run ,now i want to wrap the command string as a service. #start the service net start myapp #stop the service net stop myapp #restart the service net restart myappPlease write all...
  6. How can wrap a cmd string as a service in win10?

    in Windows 10 Software and Apps
    How can wrap a cmd string as a service in win10?: I have an app run this way: #enter into cmd console c:\myapp.exe -c c:\config.jsonMy app will run ,now i want to wrap the command string as a service. #start the service net start myapp #stop the service net stop myapp #restart the service net restart myappPlease write all...
  7. CMD's REN and wildcards in Win10

    in Windows 10 Network and Sharing
    CMD's REN and wildcards in Win10: I learned MS-DOS commands back with MS-DOS 3.30 around 1989. I recall there were some tricks with wildcards.So when I started downloading X-COM 2 from GOG, and figured out how to use DownThemAll after the first three files, only to find it used a different set of names, I was...
  8. Wrapping Mouse

    in Windows 10 Customization
    Wrapping Mouse: I'm running Window 10. I am looking for information on how to wrap my mouse around my desktop. I want my mouse cursor to go 360. Can it be done without download some app from some unknown web site???...
  9. How to repair Win10 usimg CMD only and Regedit?

    in Windows 10 Installation and Upgrade
    How to repair Win10 usimg CMD only and Regedit?: Hi. Keep in mind that CMD doesn t want to use all fumctions. SFC is allright, but DISM doesn work. Thanks. https://answers.microsoft.com/en-us/windows/forum/all/how-to-repair-win10-usimg-cmd-only-and-regedit/ef3391cd-8f24-4d22-ac8f-ef16670c8f6a
  10. Win10 Application Delete With Cmd

    in Windows 10 Software and Apps
    Win10 Application Delete With Cmd: Hi everyone Installed on Win10 candy crush application, which cmd command can I delete? wmic product get name where name="candy crush" call uninstall not working, this only delete in add/remove programs. i want to delete the application with cmd. thank you *Smile 124124